Skip to main content
POST
/
capabilities
/
workspaces.list
workspaces.list
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": {}
  }
}

Authorizations

x-api-key
string
header
required

API key prefixed with sk_. Obtain from the Receiptor AI dashboard.

Body

application/json

The body is of type object.

Response

Successful response

success
boolean
Example:

true

code
integer
Example:

200

data
object