Autenticação
Last updated
Was this helpful?
Autenticação: Utilize as credenciais fornecidas (clientId e clientSecret) para gerar um token de autenticação.
POST https://global.stric.com.br/authenticate
clientId*
String
clientSecret*
String
{
"access_token": "eyJhbGci",
"expires_in": "30m",
"token_type": "Bearer"
}{
"statusCode": 400,
"message": "credenciais incorrect or non-existent!",
"friend": "credenciais incorrect or non-existent!"
}Last updated
Was this helpful?
Was this helpful?
