Autenticação
POST
https://dev.stric.com.br/clients/session
Request Body
Name
Type
Description
clientId*
String
clientSecret*
String
{
"access_token": "eyJhbGci",
"expires_in": "30m",
"token_type": "Bearer"
}
Last updated
Was this helpful?