Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Return the workspace associated with your API key
curl https://app.askgrapple.com/api/v1/me \ -H "Authorization: Bearer YOUR_API_KEY"
Show properties
/workspaces/{workspace}/...
{ "workspace": { "id": 1, "name": "Acme Corp", "slug": "acme-corp" } }
401
403