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"
}

Last updated

Was this helpful?