get

Get Company

Accessible to CP and TPP companies.

Retrieve the details of the company using the API.

API Key ApiKey

Accessible to CP and TPP companies.

Retrieve the details of the company using the API.

Responses

Response examples

Successful Response

{
  "id": "string",
  "name": "string",
  "configuration": {},
  "marketplace_url": "string",
  "font_family": "string",
  "description": "string"
}
post

Update Company

⚠ Accessible to CP (TPP to be implemented at a later date).

Retrieve the details of the company using the API.

namestring
marketplace_urlstring
configurationobject (Configuration)
font_familystring
descriptionstring

Responses

Request examples

{
  "name": "string",
  "marketplace_url": "string",
  "configuration": {},
  "font_family": "string",
  "description": "string"
}

Response examples

Successful Response

{
  "id": "string",
  "name": "string",
  "configuration": {},
  "marketplace_url": "string",
  "font_family": "string",
  "description": "string"
}

Was this page helpful?