orbit.love

Please see the complete Orbit API documentation at https://api.orbit.love/.

🔑 apikey 33 endpoints customer_relation
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

npm install orbiter-sdk
dotnet add package azure-orbital-space-sdk-vth
dotnet add package azure-orbital-space-sdk-data-generators
dotnet add package azure-orbital-space-sdk-platform-mts
dotnet add package azure-orbital-space-sdk-platform-deployment
dotnet add package azure-orbital-space-sdk-client
# See https://github.com/microsoft/azure-orbital-space-sdk-setup
# See https://github.com/microsoft/azure-orbital-space-sdk
curl examples
Get info about the current user
curl \
  # append ?api_key=$API_KEY to the URL \
  https://app.orbit.love/api/v1/user
Get all workspaces for the current user
curl \
  # append ?api_key=$API_KEY to the URL \
  https://app.orbit.love/api/v1/workspaces
List members in a workspace
curl \
  # append ?api_key=$API_KEY to the URL \
  https://app.orbit.love/api/v1/{workspace_slug}/members
Endpoints (33 total)
GET
/user
Get info about the current user
GET
/workspaces
Get all workspaces for the current user
GET
/{workspace_slug}/members
List members in a workspace
GET
/{workspace_slug}/reports
Get a workspace stats
GET
/{workspace_slug}/webhooks
List webhooks in a workspace
GET
/workspaces/{workspace_slug}
Get a workspace
GET
/{workspace_slug}/activities
List activities for a workspace
GET
/{workspace_slug}/members/find
Find a member by an identity
GET
/{workspace_slug}/organizations
List organizations in a workspace
GET
/{workspace_slug}/webhooks/{id}
Get a webhook
GET
/{workspace_slug}/activity_types
List all activity types for a workspace
GET
/{workspace_slug}/activities/{id}
Get an activity in the workspace
Language coverage
TypeScript
1
C#
7
Shell
2
At a glance
Total SDKs10
Languages3
Endpoints33
Authapikey
Categories1
https://app.orbit.love/api/v1