API Authentication
1
POST /API/oauth2/token
Get an access token
2
DELETE /API/oauth2/token?access_token={access_token}
Delete an access token
Back