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/signup
- TSThttps://tst-api.fundacred.org.br/auth-server/signup
- HMLhttps://hml-api.fundacred.org.br/auth-server/signup
- PRDhttps://api.fundacred.org.br/auth-server/signup
- 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/signup \
-H 'Content-Type: application/json' \
-d '{
"email": "string",
"usuario": "string",
"senha": "string",
"nome": "string",
"sobrenome": "string",
"perfis": [
"string"
],
"cod_grupo_ies": "string",
"grupos": [
"SystemGroupEnum.PORTAL_IES(name=Portal IES)"
]
}'- Mock serverhttps://docs.fundacred.org.br/_mock/renewal-api/openapi/user/{userId}
- TSThttps://tst-api.fundacred.org.br/auth-server/user/{userId}
- HMLhttps://hml-api.fundacred.org.br/auth-server/user/{userId}
- PRDhttps://api.fundacred.org.br/auth-server/user/{userId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.fundacred.org.br/_mock/renewal-api/openapi/user/{userId}'- Mock serverhttps://docs.fundacred.org.br/_mock/renewal-api/openapi/user/{userId}
- TSThttps://tst-api.fundacred.org.br/auth-server/user/{userId}
- HMLhttps://hml-api.fundacred.org.br/auth-server/user/{userId}
- PRDhttps://api.fundacred.org.br/auth-server/user/{userId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.fundacred.org.br/_mock/renewal-api/openapi/user/{userId}'