Authorization
Disable credentials
Disable authentication credentials from a user.
- By disabling external credentials, the user will no longer be able to use them to generate an access token on the authentication endpoint. - ( https://dev.fitbank.com.br/reference/auth-3 ).
- Ao desativar as credenciais externas, o usuário não poderá mais utilizar as mesmas para geração de token de acesso no endpoint de autenticação. - ( https://dev.fitbank.com.br/reference/auth-3 ).
put/apiKeys/{id}
Path parameters
idinteger required
User ID
Response
Created
Example response
{
"client_id": "25265b0b-e63b-4e4d-84ee-9e1b9",
"created_at": "2020-01-01 12:00:00",
"id": 1,
"status": "INACTIVE",
"updated_at": "2020-01-01 12:00:00",
"user_id": 1
}