Organization
- Name
- object
- Type
- string
- Description
Type of object is always
organization
.Allowed values:organization
- Name
- id
- Type
- string
- Description
Unique identifier for the organization.
Example:"org_0SNlurA04kOdemVEMVZQBF"
- Name
- createdAt
- Type
- string
- Description
Time when the organization was created.
Example:"2021-02-01T13:21:30Z"
- Name
- name
- Type
- string
- Description
Name for the organization.
Example:"Gigs"
Example
{
"object": "organization",
"id": "org_0SNlurA04kOdemVEMVZQBF",
"createdAt": "2021-02-01T13:21:30.0Z",
"name": "Gigs"
}