Skip to content

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/

Autenticação

Login, Logout e validação de sessão

Operations

Refresh

Renovação de tokens JWT

Operations

refreshToken

Request

Refresh token

Bodyapplication/jsonrequired
refresh_tokenstringrequired
curl -i -X POST \
  https://docs.fundacred.org.br/_mock/renewal-api/openapi/refresh \
  -H 'Content-Type: application/json' \
  -d '{
    "refresh_token": "string"
  }'

Responses

Sucesso ao realizar o refresh token

Body*/*
access_tokenstring
expires_ininteger(int64)
refresh_expires_ininteger(int64)
refresh_tokenstring
token_typestring

Cadastro

Operações relacionadas ao usuário e perfil

Operations

Health & Error

Operations