...
Expand |
---|
title | Response (status 404) |
---|
|
Returned if refresh tolekn is not found |
Delete authentication tokens
For deleting of authentication tokens you need to send following request:
Expand |
---|
title | DELETE https://<base-url>/DeleteToken?refreshToken=6ed6d7ba271d43a0843f8f363fe27279 |
---|
|
Headers: Consumer:5D1AEF05263B497182992E324517FFFD0FED85FBEC2342B19CE02AB5ED62D6ED SecretKey:a5ae515d-d53b-478c-90bd-060c616d37b7 |
Expand |
---|
title | Response (status 200) |
---|
|
|
Expand |
---|
title | Response (status 401) |
---|
|
Returned if the Consumer or SecretKey are incorrect or missing. |
Expand |
---|
title | Response (status 404) |
---|
|
Returned if refresh tolekn is not found |
Applications
Returns list of all third-part applications supported by CMA
...