Gets authorization result
Gets the result of user authorization.
Request
GET
https://courier.yandex.ru/api/v1/test
Responses
200 OK
Authorization is correct.
Body
application/json
{
"message": "OK"
}
Name |
Description |
message |
Type: string Enum: |
401 Unauthorized
Deprecated
Authorization failed. Send the correct OAuth token in the authorization header.
No longer supported, please use an alternative and newer version.