Orbit Get Workspace Slug Organizations 200 Response is an example object payload from Orbit, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"data": [
{
"id": "n5ZF98",
"type": "organization",
"attributes": {
"id": "n5ZF98",
"name": "Organization2",
"website": "org2.example.com",
"logo_url": null,
"members_count": 1,
"employees_count": null,
"organization_type": null,
"industry": null,
"estimated_annual_revenue": null,
"founded_in": null,
"location": null,
"twitter": null,
"twitter_followers": null,
"facebook": null,
"facebook_followers": null,
"linkedin": null,
"crunchbase": null,
"email_addresses": null,
"last_active": null,
"active_since": null,
"created_at": "2023-06-21T14:54:41.767Z",
"updated_at": "2023-06-21T14:54:41.767Z",
"lifecycle_stage": null,
"deal_closed_date": null,
"price_plan": null,
"crm_uid": null,
"crm_url": null,
"owner_name": null,
"owner_email": null,
"source": null
}
},
{
"id": "V02F9A",
"type": "organization",
"attributes": {
"id": "V02F9A",
"name": "Organization1",
"website": "org1.example.com",
"logo_url": null,
"members_count": 1,
"employees_count": null,
"organization_type": null,
"industry": null,
"estimated_annual_revenue": null,
"founded_in": null,
"location": null,
"twitter": null,
"twitter_followers": null,
"facebook": null,
"facebook_followers": null,
"linkedin": null,
"crunchbase": null,
"email_addresses": null,
"last_active": null,
"active_since": null,
"created_at": "2023-06-21T14:54:41.746Z",
"updated_at": "2023-06-21T14:54:41.746Z",
"lifecycle_stage": "customer",
"deal_closed_date": "2023-06-21T14:54:41.805Z",
"price_plan": "Enterprise",
"crm_uid": "abcde123451",
"crm_url": "http://web.archive.org/web/20240303060821/https://example.com/1",
"owner_name": "John Toto",
"owner_email": "john.toto@example.com",
"source": "Fake CRM"
}
}
],
"links": {
"first": "http://web.archive.org/web/20240303060821/http://localhost:3000/api/v1/dorindaabshire/organizations?direction=DESC&items=10&page=1&query=&sort=name&workspace=dorindaabshire",
"prev": null,
"next": null
}
}