Activate a pending enrollment
Creates or resumes the enrollment for the authenticated Meridian account and returns the current enrollment state.
Headers
Bearer authentication header of the form Bearer {token}. Required for client-server (JWT) authentication. See Authentication.
Identifies the program context for the request. Required for server-to-server (HMAC) authentication. See Authentication.
Identifies the Meridian user targeted by the request. Required for server-to-server (HMAC) authentication with MULTI_USER integrations; omit for SINGLE_USER. See Authentication.
Partner API key issued by Meridian during provisioning. Required for server-to-server (HMAC) authentication. See Authentication.
Current time in milliseconds since the Unix epoch. Must be within 60 seconds of the request. Required for server-to-server (HMAC) authentication. See Authentication.
HMAC SHA-256 signature of the canonical request string, computed per request. Required for server-to-server (HMAC) authentication. See Authentication for how to construct it.
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 "REVOKED"
Summary Information Request entry for the authenticated Meridian account