cURL
curl --request POST \ --url https://api.pulze.ai/v1/orgs/custom-data/list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "show_org_only": false, "show_public_only": false }'
"<any>"
Lists all custom data files across all spaces within the organization.
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 any.
any
Was this page helpful?