List Data API versions

GET /groups/{groupId}/apps/{appId}/data_api/versions

List all possible Data API versions.

Path parameters

Responses

  • 200 application/json

    OK

    A supported version of the Data API.

    Value is v1.

GET /groups/{groupId}/apps/{appId}/data_api/versions
curl \
 --request GET 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/data_api/versions' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  "v1"
]