List all data sources and third-party services

GET /groups/{groupId}/apps/{appId}/services

Path parameters

Responses

  • 200 application/json

    Successfully listed services.

    Hide response attributes Show response attributes object
    • name string

      The service name.

    • type string

      The type of service.

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