{"@context": "https://schema.org", "@type": "WebAPI", "name": "Orbit API API", "description": "Please see the complete Orbit API documentation at [https://api.orbit.love/](https://api.orbit.love/).", "provider": {"@type": "Organization", "name": "orbit.love"}, "documentation": "https://app.orbit.love/api-docs/v1/swagger.json"}
Please see the complete Orbit API documentation at [https://api.orbit.love/](https://api.orbit.love/).
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://app.orbit.love/api/v1
auth: a p i k e y
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
Please see the complete Orbit API documentation at [https://api.orbit.love/](https://api.orbit.love/).
| method | path | what the vendor says it does |
|---|---|---|
GET | /user | Get info about the current user Users |
GET | /workspaces | Get all workspaces for the current user Workspaces |
GET | /workspaces/{workspace_slug} | Get a workspace Workspaces |
GET | /{workspace_slug}/activities | List activities for a workspace Activities |
POST | /{workspace_slug}/activities | Create a Custom or a Content activity for a new or existing member Use this method when you know an identity o |
GET | /{workspace_slug}/activities/{id} | Get an activity in the workspace Activities |
GET | /{workspace_slug}/activity_types | List all activity types for a workspace Activity Types |
GET | /{workspace_slug}/members | List members in a workspace Members |
POST | /{workspace_slug}/members | Create or update a member This method is useful when you know a member's identity in another system and want t |
GET | /{workspace_slug}/members/find | Find a member by an identity Provide a source and one of username/uid/email params to return a member with tha |
GET | /{workspace_slug}/members/{member_slug} | Get a member Members |
PUT | /{workspace_slug}/members/{member_slug} | Update a member Members |
DELETE | /{workspace_slug}/members/{member_slug} | Delete a member Members |
GET | /{workspace_slug}/members/{member_slug}/activities | List activities for a member Activities |
POST | /{workspace_slug}/members/{member_slug}/activities | Create a Custom or a Content activity for a member Activities |
PUT | /{workspace_slug}/members/{member_slug}/activities/{id} | Update a custom activity for a member Activities |
DELETE | /{workspace_slug}/members/{member_slug}/activities/{id} | Delete a post activity Activities |
POST | /{workspace_slug}/members/{member_slug}/identities | Add identity to a member Members |
DELETE | /{workspace_slug}/members/{member_slug}/identities | Remove identity from a member Members |
GET | /{workspace_slug}/members/{member_slug}/notes | Get the member's notes Notes |
POST | /{workspace_slug}/members/{member_slug}/notes | Create a note Notes |
PUT | /{workspace_slug}/members/{member_slug}/notes/{id} | Update a note Notes |
GET | /{workspace_slug}/organizations | List organizations in a workspace Organizations |
GET | /{workspace_slug}/organizations/{organization_id} | Get an organization Organizations |
PUT | /{workspace_slug}/organizations/{organization_id} | Update an organization Organizations |
GET | /{workspace_slug}/organizations/{organization_id}/activities | List member activities in an organization Activities |
GET | /{workspace_slug}/organizations/{organization_id}/members | List members in an organization Members |
GET | /{workspace_slug}/reports | Get a workspace stats Reports |
GET | /{workspace_slug}/webhooks | List webhooks in a workspace Webhooks |
POST | /{workspace_slug}/webhooks | Create a webhook Webhooks |
GET | /{workspace_slug}/webhooks/{id} | Get a webhook Webhooks |
PUT | /{workspace_slug}/webhooks/{id} | Update a webhook Webhooks |
DELETE | /{workspace_slug}/webhooks/{id} | Delete a webhook Webhooks |
specification origin: https://app.orbit.love/api-docs/v1/swagger.json
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.