Gets courier
Returns information about couriers by their numbers.
Request
GET
https://courier.yandex.ru/api/v1/companies/{company_id}/couriers
Path parameters
Name |
Description |
company_id* |
Type: integer Company ID used in requests to the Track & Trace API. |
Query parameters
Name |
Description |
number |
Type: string Unique courier number that matches the number in the delivery company's database. |
page |
Type: integer Page number where the entity is stored in the database. Each page contains 1000 entities arranged in ascending order. Default: Min value: |
Responses
200 OK
The list of couriers was received.
Body
application/json
[
{
"id": 0,
"company_id": 0,
"name": "string",
"number": "string",
"phone": "string",
"sms_enabled": false,
"allowed_courier_position_sources": [
"app",
"gps_tracker"
],
"allow_manual_order_detection": false,
"allow_manual_depot_detection": false
}
]
Courier[]
Courier
Name |
Description |
allow_manual_depot_detection |
Type: boolean Indicates whether manual depot visit detection allowed for courier. |
allow_manual_order_detection |
Type: boolean Indicates whether manual order visit detection allowed for courier. |
allowed_courier_position_sources |
Type: string[] Allowed courier position sources. Enum: Example: |
company_id |
Type: integer Company ID used in requests to the Track & Trace API. |
id |
Type: integer Mobile employee ID used in requests to the Track & Trace API. |
name |
Type: string Name of the courier. Max length: |
number |
Type: string Mobile employee number that matches the number in the delivery company's system. |
phone |
Type: string Mobile employee's phone number in +7XXXXXXXXXX format. You can only enter one phone number for each courier. |
sms_enabled |
Type: boolean Indicates whether clients are notified via SMS. The true value means that an SMS notification is sent for orders delivered by this mobile employee. |
401 Unauthorized
Authorization error. Make sure that the request header contains the correct OAuth token.
403 Forbidden
You do not have access to this object.
422 Unprocessable Entity
Incorrect input. The operation can't be performed.
504 Gateway Timeout
Error working with the API. Repeat the request.
No longer supported, please use an alternative and newer version.