cURL
curl --request POST \ --url https://developer.api.receiptor.ai/v1/capabilities/workspaces.list \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{}'
{ "success": true, "code": 200, "data": { "result": {} } }
List available workspaces (organizations) for the authenticated user.
API key prefixed with sk_. Obtain from the Receiptor AI dashboard.
sk_
The body is of type object.
object
Successful response
true
200
Show child attributes
Was this page helpful?