cURL
curl --request GET \ --url https://api.us.lexful.app/v1/organization_types \ --header 'Authorization: Bearer <token>' \ --header 'X-Account-ID: <api-key>'
{ "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "is_system": true, "deleted_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "created_by": "<string>", "updated_by": "<string>" } ], "total": 123, "limit": 123, "offset": 123 }
List organization types with optional filters
Bearer token
Account ID
Filter by name
Filter by system flag
Filter by deleted flag
1 <= x <= 1000
x >= 0
Default Response
Show child attributes
Total number of items available
Number of items returned
Number of items skipped
Was this page helpful?