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 } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
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
Was this page helpful?