Retrieve the data for the Company that owns the specified AppSurface
GET /app_surfaces/:app_surface_id/company
curl https://reactor.adobe.io/app_surfaces/:app_surface_id/company \
-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": "CO242a7461b61b4ce8831633b3e1dddcb9",
"type": "companies",
"attributes": {
"created_at": "2021-10-05T15:03:14.763Z",
"name": "Reactor QE",
"org_id": "08364A825824E04F0A494115@AdobeOrg",
"updated_at": "2022-01-19T23:43:33.070Z",
"token": "17e0df72ece8",
"cjm_enabled": true,
"edge_enabled": true,
"edge_events_allotment": null,
"edge_fanout_ratio": null,
"premium_cdn_enabled": false,
"sla_enabled": true
},
"relationships": {
"properties": {
"links": {
"related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties"
}
}
},
"links": {
"self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9",
"properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties"
},
"meta": {
"rights": [
"develop_extensions",
"manage_properties",
"manage_app_configurations"
],
"platform_rights": {
"edge": [
"develop_extensions",
"manage_properties",
"manage_app_configurations"
],
"web": [
"develop_extensions",
"manage_properties",
"manage_app_configurations"
],
"mobile": [
"develop_extensions",
"manage_properties",
"manage_app_configurations"
]
}
}
}
}