/private/dashboard/cp/company
Accessible to CP
and TPP
companies.
Retrieve the details of the company using the API.
ApiKey
Accessible to CP
and TPP
companies.
Retrieve the details of the company using the API.
Successful Response
{
"id": "string",
"name": "string",
"configuration": {},
"marketplace_url": "string",
"font_family": "string",
"description": "string"
}
/private/dashboard/cp/company
⚠ Accessible to CP
(TPP
to be implemented at a later date).
Retrieve the details of the company using the API.
name
string
marketplace_url
string
configuration
object (Configuration)
font_family
string
description
string
{
"name": "string",
"marketplace_url": "string",
"configuration": {},
"font_family": "string",
"description": "string"
}
Successful Response
{
"id": "string",
"name": "string",
"configuration": {},
"marketplace_url": "string",
"font_family": "string",
"description": "string"
}
Was this page helpful?