Retrieve the list of Spaces for the user’s Org.
curl --request POST \ --url https://api.pulze.ai/v1/apps/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "params": [], "show_owned_only": false, "show_accessible_only": false }'
{ "items": [ "<any>" ], "page": 123, "pages": 123, "size": 123, "total": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 100
Successful Response
The response is of type object.
object
Was this page helpful?