Create identity
POST/api/v2/identities
Create a new identity for document organization.
Required Fields:
- name - Identity name
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Request
Responses
- 200
- 401
- 403
- 422
creates a new identity
returns unauthorized
returns forbidden
returns unprocessable entity