For the complete documentation index, see llms.txt. This page is also available as Markdown.

Autenticação

Autenticação: Utilize as credenciais fornecidas (clientId e clientSecret) para gerar um token de autenticação.

POST https://global.stric.com.br/authenticate

Request Body

Name
Type
Description

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?