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: OK

401 Unauthorized

Authorization failed. Send the correct OAuth token in the authorization header.