Skip to main content

Organization

Vendor's information

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
is_childboolean

If the vendor has a parent organization.

image_logostring

URL of the vendor's logo.

image_coverstring

URL of the vendor's cover image.

image_iconstring

URL of the vendor's icon.

Organization
{
"id": "org_abc123",
"name": "my organization",
"public_name": "My Organization's public name",
"url": "string",
"created_at": "2025-02-14T15:19:21Z",
"is_child": true,
"image_logo": "string",
"image_cover": "string",
"image_icon": "string"
}