cURL
curl --request GET \ --url https://api.passu.ai/v1/sectors \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "CHEMICALS" } ], "has_more": true, "next_cursor": "<string>" }
List sectors visible to the authenticated account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Opaque cursor for pagination.
Maximum number of records to return.
1 <= x <= 200
Successful Response
Show child attributes