Revogar token (Logout)
Fundacred - API Renovação (1.1)
Documentação para a API renewal-api
Download OpenAPI description
Overview
Infra Fundacred
Languages
Servers
Mock server
https://docs.fundacred.org.br/_mock/renewal-api/openapi/
TST
https://tst-api.fundacred.org.br/auth-server/
HML
https://hml-api.fundacred.org.br/auth-server/
PRD
https://api.fundacred.org.br/auth-server/
- Mock serverhttps://docs.fundacred.org.br/_mock/renewal-api/openapi/login
- TSThttps://tst-api.fundacred.org.br/auth-server/login
- HMLhttps://hml-api.fundacred.org.br/auth-server/login
- PRDhttps://api.fundacred.org.br/auth-server/login
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.fundacred.org.br/_mock/renewal-api/openapi/login \
-H 'Content-Type: application/json' \
-d '{
"username": "string",
"password": "string"
}'- Mock serverhttps://docs.fundacred.org.br/_mock/renewal-api/openapi/change-password
- TSThttps://tst-api.fundacred.org.br/auth-server/change-password
- HMLhttps://hml-api.fundacred.org.br/auth-server/change-password
- PRDhttps://api.fundacred.org.br/auth-server/change-password
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://docs.fundacred.org.br/_mock/renewal-api/openapi/change-password \
-H 'Content-Type: application/json' \
-d '{
"usuario": "string",
"nova_senha": "string"
}'- Mock serverhttps://docs.fundacred.org.br/_mock/renewal-api/openapi/revoke
- TSThttps://tst-api.fundacred.org.br/auth-server/revoke
- HMLhttps://hml-api.fundacred.org.br/auth-server/revoke
- PRDhttps://api.fundacred.org.br/auth-server/revoke
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.fundacred.org.br/_mock/renewal-api/openapi/revoke