Authentication
Appliance Owner Scope
Request Parameters
Example
curl --location --request POST 'https://api.kiiaccess.se/auth/v1/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"grant_type":"client_credentials",
"client_id":"<your-client-id>",
"client_secret":"<your-client-secret",
"appliance_owner_scope": "<your-access-key>"
}'Last updated