Activate a pending enrollment
Creates or resumes the enrollment for the authenticated Meridian account and returns the current enrollment state.
Authorizations
Bearer token authentication, for client-server calls.
Send the access token issued by POST /v1/auth/token as Authorization: Bearer {token}. The token carries its own program and user context, so the X-Meridian-* headers are not required. See Authentication.
Headers
Server-to-server (HMAC) requests only. Partner API key issued by Meridian during provisioning.
Server-to-server (HMAC) requests only. Current time in milliseconds since the Unix epoch. Must be within 60 seconds of the request.
Server-to-server (HMAC) requests only. Identifies the program context for the request.
Server-to-server (HMAC) requests only. Identifies the Meridian user targeted by the request. Required for MULTI_USER integrations; omit for SINGLE_USER.
Response
The activated or existing enrollment state for the authenticated account
Enrollment state for the authenticated Meridian account
Unique identifier of the enrollment
"enrollment_123"
Timestamp when the enrollment was created
"2026-04-01T12:00:00Z"
Timestamp when the enrollment was last updated
"2026-04-01T12:05:00Z"
Current status of the enrollment
INACTIVE, ACTIVE "ACTIVE"
Reason for the current enrollment status, when one applies
REVOKED, ACTIVATION_REJECTED, null "ACTIVATION_REJECTED"
Human-readable detail for the current status reason, when one applies
"An identity document is required for the associated person."
Summary Information Request entry for the authenticated Meridian account