Retrieve the data for an existing AppConfiguration, based on its ID.
GET /app_configurations/:id
curl https://reactor.adobe.io/app_configurations/:id \
-H "Accept: application/vnd.api+json;revision=1" \
-H "Content-Type: application/vnd.api+json" \
-H "Authorization: Bearer [TOKEN]" \
-H "X-Api-Key: [KEY]" \
-H "X-Gw-Ims-Org-Id: [ORG_ID]" \
-X GET
{
"data": {
"id": "AC6c9c160a2c2448c1abb376af14307f78",
"type": "app_configurations",
"attributes": {
"created_at": "2022-02-04T21:02:25.630Z",
"updated_at": "2022-02-04T21:02:25.630Z",
"app_id": "com.adobe.test_app",
"name": "Kessel Apns App",
"platform": "mobile",
"messaging_service": "apns",
"key_type": "p8_file"
},
"relationships": {
"company": {
"links": {
"related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company"
},
"data": {
"id": "CO242a7461b61b4ce8831633b3e1dddcb9",
"type": "companies"
}
},
"app_surfaces": {
"links": {
"related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces",
"self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces"
}
},
"icon": {
"links": {
"related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon"
},
"data": null
}
},
"links": {
"company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9",
"self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78"
}
}
}