Grant type: client_credentials - authenticate as Client application
Required fields:
{
"grant_type" : "client_credentials",
"client_id" : "",
"client_secret" : "",
"scope" : "v2 read write"
}
Copied to clipboard
Now you’re logged in with Client application context. You can obtain list of categories, cities, etc. (but not add advert!). To perform actions on user account you must use other grant type and log in with User context.