List workspaces
GET {{baseUrl}}/{{version}}/workspace
Here you can list and filter payment requests created by the requesting user. We return it paged.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | String used to get the next batch of results. Our SDKs handle this for you. | |
limit | null | Number of results per cursor. Max = 100. | |
username | null | Simplified name that defines the workspace URL | |
ids | null | List of ids to filter | |
fields | null | List of strings to filter response JSON keys. |