Retrieve the data for an existing Company, based on its ID.
GET /companies/:id
curl https://reactor.adobe.io/companies/: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": "COb0dbd63fb8304a6197eef1f5cd0324fb",
"type": "companies",
"attributes": {
"created_at": "2022-06-16T17:20:05.122Z",
"name": "Reactor QE",
"org_id": "08364A825824E04F0A494115@AdobeOrg",
"updated_at": "2023-03-23T21:43:40.301Z",
"token": "042253ab27b4",
"created_by_email": "N/A",
"created_by_display_name": "N/A",
"updated_by_email": "ciltaru@adobe.com",
"updated_by_display_name": "George Ciltaru"
},
"relationships": {
"properties": {
"links": {
"related": "https://reactor.adobe.io/companies/COb0dbd63fb8304a6197eef1f5cd0324fb/properties"
}
},
"entitlements": {
"links": {
"related": "https://reactor.adobe.io/companies/COb0dbd63fb8304a6197eef1f5cd0324fb/entitlements"
}
}
},
"links": {
"self": "https://reactor.adobe.io/companies/COb0dbd63fb8304a6197eef1f5cd0324fb",
"properties": "https://reactor.adobe.io/companies/COb0dbd63fb8304a6197eef1f5cd0324fb/properties",
"entitlements": "https://reactor.adobe.io/companies/COb0dbd63fb8304a6197eef1f5cd0324fb/entitlements"
},
"meta": {
"rights": [
"develop_extensions",
"manage_app_configurations",
"manage_properties"
],
"platform_rights": {
"edge": [
"develop_extensions",
"manage_app_configurations",
"manage_properties"
],
"web": [
"develop_extensions",
"manage_app_configurations",
"manage_properties"
],
"mobile": [
"develop_extensions",
"manage_app_configurations",
"manage_properties"
]
}
}
}
}