Authentication
Create an Access Token
curl --request POST \
--url https://api.iadvize.com/oauth2/token \
--data "username={EMAIL}&password={PASSWORD}&grant_type=password"Authenticate your API calls
Check the validity of an access_token
Last updated