Authentication in the Managed Service for MongoDB API
Written by
Updated at September 20, 2024
To perform operations via the API, you need to get an IAM token:
- How to get a token for a Yandex account.
- How to get a token for a service account.
- How to get a token for a federated account.
Specify the received IAM token when accessing Yandex Cloud resources via the API. Provide the IAM token in the Authorization
header in the following format:
Authorization: Bearer <IAM_token>