API ReferenceCurrent account activations
Get Legacy
curl -X GET "https://example.com/v1/me/current-account/activations/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "status": "AWAITING_OTP", "created_at": "2019-08-24T14:15:22Z", "otp_confirmed_at": "2019-08-24T14:15:22Z", "completed_at": "2019-08-24T14:15:22Z", "rejection_reason": "string", "current_verification": { "channel": "string" }, "resource_id": "string"}Open the caller's current account POST
Creates the caller's current account in PENDING status, ready for the activation flow. Returns 400 if the caller's organization is not eligible for self-service creation, and 409 if the caller already has a non-closed current account.
Get the caller's current-account activation GET
Returns the caller's most recent current-account activation in any lifecycle state — the one representing their present onboarding — so a client that no longer holds the activation id (reinstall, new device) can resume the OTP step or read the terminal outcome. Returns 404 when the caller has no current account, or has one but has never started an activation.