Create credential
POST/openapi/v1/credentials
Create a new credential. Server generates a synthetic cred_<16chars> ID. At least one of owners.worker or owners.applicant must be supplied; both are allowed and means the credential is linked to both. Owner is immutable after create — use /link, /unlink, or /transfer to change it.
Request
Responses
- 200
- 401
- 403
- 429
- 500
OK
Authentication required
Caller is not authorised
Rate limit exceeded — see Retry-After header
Internal server error