Autenticação

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

POST https://dev.stric.com.br/clients/session

Request Body

NameTypeDescription

clientId*

String

clientSecret*

String

{
    "access_token": "eyJhbGci",
    "expires_in": "30m",
    "token_type": "Bearer"
}

Last updated