cURL
curl --request POST \ --url https://api.us.lexful.app/v1/organization_types \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-Account-ID: <api-key>' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "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>" }
Create organization type(s) - supports single or bulk creation (max 100)
Bearer token
Account ID
Type name
1 - 100
Type description
500
Default Response
Organization type unique identifier
Whether this is a system-defined type
Deletion timestamp
Was this page helpful?