Skip to main content

Organization

Vendor's summary 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
termsstring

Terms and conditions.

is_childboolean

If the vendor has a parent organization.

Example: false
Organization
{
"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
}