Company
Download SpecGet 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.
Response
Successful Response
{
"id": "string",
"name": "string",
"configuration": {},
"marketplace_url": "string",
"font_family": "string",
"description": "string"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
id
string
required
name
string
required
configuration
object (configuration)
required
marketplace_url
string
font_family
string
description
string
Update 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
ApiKey
⚠ Accessible to CP
(TPP
to be implemented at a later date).
Retrieve the details of the company using the API.
Request
{
"name": "string",
"marketplace_url": "string",
"configuration": {},
"font_family": "string",
"description": "string"
}
Response
Successful Response
{
"id": "string",
"name": "string",
"configuration": {},
"marketplace_url": "string",
"font_family": "string",
"description": "string"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
id
string
required
name
string
required
configuration
object (configuration)
required
marketplace_url
string
font_family
string
description
string
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Was this page helpful?