Path parameters
-
An Atlas Project/Group ID.
-
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
GET /groups/{groupId}/apps/{appId}
curl \ --request GET 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}' \ --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{ "name": "MyApp", "provider_region": "aws-us-east-1", "location": "US-VA", "deployment_model": "GLOBAL", "environment": "production", "_id": "633209ffd3bd3478005d1bac", "client_app_id": "myapp-abcde", "domain_id": "63320a2b5f9de9a6e0a213e8", "group_id": "5b2ec991973129243223a114", "last_used": 1664224746, "last_modified": 1656440824, "product": "standard" }