Organization
Vendor's summary information
idstring
The identifier of the vendor.
Possible values: <= 30 characters
Example:
org_abc123namestring
The name of the vendor as a slug.
Possible values: <= 50 characters
Example:
my-organizationpublic_namestring
The formatted name of the vendor.
Possible values: <= 50 characters
Example:
My Organization's public nameurlstring
Vendor's website URL.
Possible values: <= 255 characters
created_atdate-time
Creation date of the organization.
Example:
2025-02-14T15:19:21Ztermsstring
Terms and conditions.
is_childboolean
If the vendor has a parent organization.
Example:
falseOrganization
{
"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
}