Skip to main content

Organization Detail

Vendor's detailed information including branding and customization fields.

idstring

The identifier of the vendor.

Possible values: <= 30 characters

Example: org_abc123
namestring

The name of the vendor as a slug.

Possible values: <= 50 characters

Example: my-organization
public_namestring

The formatted name of the vendor.

Possible values: <= 50 characters

Example: My Organization's public name
urlstring

Vendor's website URL.

Possible values: <= 255 characters

created_atdate-time

Creation date of the organization.

Example: 2025-02-14T15:19:21Z
termsstring

Terms and conditions.

is_childboolean

If the vendor has a parent organization.

Example: false
primary_colorstring

Primary color (hex).

Example: #1a73e8
secondary_colorstring

Secondary color (hex).

Example: #ffffff
gradient1string

First gradient color.

gradient2string

Second gradient color.

image_coverstring

URL of the vendor's cover image.

image_logostring

URL of the vendor's logo.

image_iconstring

URL of the vendor's icon.

thumbnailstring

URL of the vendor's thumbnail.

Organization Detail
{
"id": "org_abc123",
"name": "my-organization",
"public_name": "My Organization's public name",
"url": "string",
"created_at": "2025-02-14T15:19:21Z",
"terms": "string",
"is_child": false,
"primary_color": "#1a73e8",
"secondary_color": "#ffffff",
"gradient1": "string",
"gradient2": "string",
"image_cover": "string",
"image_logo": "string",
"image_icon": "string",
"thumbnail": "string"
}