circuitsandbox.net

Circuit REST API to interact with the Circuit system. Learn more about the Circuit Development Community

๐Ÿ”‘ oauth2 123 endpoints messaging
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Search for users
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://circuitsandbox.net/rest/v2/users
Get the spaces
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://circuitsandbox.net/rest/v2/spaces
Gets a list of webHooks
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://circuitsandbox.net/rest/v2/webhooks
Endpoints (123 total)
GET
/users
Search for users
GET
/spaces
Get the spaces
GET
/webhooks
Gets a list of webHooks
GET
/spaces/ids
Get the spaces by their ids
GET
/users/list
Search multiple users.
GET
/users/{id}
Gets the user's profile information
GET
/rtc/sessions
Gets a list of active sessions
GET
/users/labels
Returns all user labels
GET
/conversations
Gets a list of conversations
GET
/users/profile
Gets the authenticated user's profile information
GET
/webhooks/{id}
Gets a webHook
GET
/spaces/flagged
Get flagged items
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints123
Authoauth2
Categories1
https://circuitsandbox.net/rest/v2