v1

latestOpenAPI 3.1.02026-07-26750275.7 KB

Autenticação

post/token

Request body

client_idstring required

Código do cliente fornecido pela TAG Infraestrutura

client_secretstring required

Chave secreta fornecida pela TAG Infraestrutura

audiencestring required

Módulo de acesso.

grant_typestring required

Tipo de acesso.

Response

200

access_tokenstring
expires_ininteger
token_typestring

Example response

{
  "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjEzODY4OTkxMzEsImlzcyI6ImppcmE6MTU0ODk1OTUiLCJxc2giOiI4MDYzZmY0Y2ExZTQxZGY3YmM5MGM4YWI2ZDBmNjIwN2Q0OTFjZjZkYWQ3YzY2ZWE3OTdiNDYxNGI3MTkyMmU5IiwiaWF0IjoxMzg2ODk4OTUxfQ.uKqU9dTB6gKwG6jQCuXYAiMNdfNRw98Hw_IWuA5Ma",
  "expires_in": 36000,
  "token_type": "Bearer"
}
All 75 operations