API access
Step 1. Get a token
To get access to the service API, please email us at delivery-robot@yandex-team.ru.
In response, you'll receive an API key (token) that you need for your HTTP requests to the service API. Pass this key in the Authorization header in HTTP requests. For example:
GET /couriers/search
Host: https://delivery-office.sdg.yandex.ru/api
Authorization: OAuth <your key>
Step 2. Send a test request
Test how the API works. To do this, send a test HTTP request to get the list of robots:
GET https://delivery-office.sdg.yandex.ru/api/couriers/search/
You'll get a response:
Code 200
You'll find robot information in the response body.
If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.
Was the article helpful?
Previous