The organization object

This object represents a customer/organization of your business. It lets you create users and collectibles that belong to the same customer/organization.

ENDPOINTS
POST   /organizations
GET    /organizations
GET    /organizations/{id}
PATCH  /organizations/{id}
DELETE /organizations/{id}

Attributes


id uuid
Unique identifier for the object.


name string
Name for the object.


wallet_address address
Blockchain Wallet Address for the object.


logo url
URL of the logo for the object.


parent_id uuid
Parent object id for the object.


external_id string
Custom External id for the object.