Auth - Token Generate

POST {{url_contbank}}/partner-login/token

Json Body

keyvalue
client_idstring/required
client_secretstring/required

Request Body

{"client_id"=>"PARTNER_CLIENT_ID_REQUIRED", "client_secret"=>"PARTNER_CLIENT_SECRET_ID_REQUIRED"}

HEADERS

KeyDatatypeRequiredDescription
X-Partner-IdstringObrigatório apenas quando as credenciais são de Parceiro Agente de Negócio

RESPONSES

status: OK

{"access_token":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InVKVjAxMFZsbVpyeE5RelZRVEVYQSJ9","expires_in":86400,"token_type":"Bearer"}