/api/v1/oauth2/token
Method : POST
client_id
(required)
Your application client idclient_secret
(required)
Your application client secretgrant_type
(required)
Use the value as “client_credentials
“curl -u {client_id}:{client_secret} https://my.worksmart.net/api/v1/oauth2/token -d 'grant_type=client_credentials'