Authentication
Realiza a criação de um token de acesso aos serviços
POST
https://{account}.myhubdelivery.io/license-manager/api/v1/oauth/token
Content-Type: application/x-www-form-urlencoded
Request Body
Name
Type
Description
client_id*
String
<<AccountClientID>>
client_secret*
String
<<AccountClientSecret>>
grant_type*
String
client_credentials
Last updated