v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Authorization

Create authentication credentials

Create authentication credentials for external use

  • Create authentication credentials for external use, after the creation the user will receive their credentials that they can use to generate the access token. After this the user has to follow these docs https://dev.fitbank.com.br/reference/auth-4. Using the scope "api-receivables". And then use the access_token in the request header.
  • Crie credenciais de autenticação para uso externo, após a criação o usuário receberá suas credenciais que poderá usar para gerar o token de acesso. Depois disso o usuário tem que seguir estes documentos https://dev.fitbank.com.br/reference/auth-4. Usando o escopo "api-receivables". E então usar o access_token no cabeçalho da requisição.
post/apiKeys/{userId}

Path parameters

userIdinteger required

User ID

Response

Created

client_idstring
created_atstring
idinteger
statusstring
updated_atstring
user_idinteger

Example response

{
  "client_id": "25265b0b-e63b-4e4d-84ee-9e1b9",
  "created_at": "2020-01-01 12:00:00",
  "id": 1,
  "status": "ACTIVE",
  "updated_at": "2020-01-01 12:00:00",
  "user_id": 1
}