Orbit Get Workspace Slug Members Member Slug Notes 200 Response is an example object payload from Orbit, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"data": [
{
"id": "o5Nf2J",
"type": "note",
"attributes": {
"id": "o5Nf2J",
"created_at": "2023-06-21T14:54:15.417Z",
"body": "heyo",
"updated_at": "2023-06-21T14:54:15.417Z"
},
"relationships": {
"member": {
"data": {
"id": "jPESm8",
"type": "member"
}
},
"user": {
"data": {
"id": "lqAFn8",
"type": "user"
}
}
}
}
],
"included": [
{
"id": "jPESm8",
"type": "member",
"attributes": {
"avatar_url": "http://web.archive.org/web/20240303060821/http://github.com/avatar.png",
"bio": null,
"birthday": null,
"company": null,
"title": null,
"created_at": "2023-06-21T14:54:15.397Z",
"deleted_at": null,
"location": null,
"name": "MsKirkKemmer",
"pronouns": null,
"reach": 0,
"shipping_address": null,
"slug": "mskirkkemmer",
"source": "installation",
"tag_list": [],
"tags": [],
"teammate": false,
"tshirt": null,
"updated_at": "2023-06-21T14:54:15.397Z",
"merged_at": null,
"url": null,
"orbit_url": "http://web.archive.org/web/20240303060821/http://localhost:3000/mariahturner/members/mskirkkemmer",
"created": false,
"id": "jPESm8",
"orbit_level": null,
"love": null,
"first_activity_occurred_at": null,
"last_activity_occurred_at": null,
"activities_count": 0,
"activities_score": 0,
"twitter": null,
"github": null,
"discourse": null,
"email": null,
"devto": null,
"linkedin": null,
"discord": null,
"github_followers": null,
"twitter_followers": null,
"topics": null,
"languages": null
},
"relationships": {
"identities": {
"data": []
},
"organizations": {
"data": []
}
}
},
{
"id": "lqAFn8",
"type": "user",
"attributes": {
"name": "TristanBreitenberg",
"updated_at": "2023-06-21T14:54:15.415Z",
"created_at": "2023-06-21T14:54:15.409Z"
}
}
],
"links": {
"first": "/mariahturner/members/mskirkkemmer/notes?page=1",
"last": "/mariahturner/members/mskirkkemmer/notes?page=1",
"prev": null,
"next": null
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/orbit-get-workspace-slug-members-member-slug-notes-200-response"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
A second provider on the same verified email joins the account you already have.