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.
cURL
curl --request GET \ --url https://{defaultHost}/v1/workspaces/{workspace_id}/apps \ --header 'X-Authorization: <api-key>'
{ "apps": [ { "id": "<string>", "name": "<string>", "created_at": "<string>", "slug": "<string>", "origin": "<string>", "callback_url": "<string>", "logo": "<string>" } ], "workspace_membership": { "id": "<string>", "role": "<string>", "created_at": "<string>" } }
Get all apps for a specific workspace
User Access token
Workspace ID
successful
Show child attributes
Was this page helpful?