Retrieve Safe migration status
Safe Management
Retrieve Safe migration status
Returns the current safe, previous safe (if migrated), and migration status for the authenticated user.
GET
Retrieve Safe migration status
Documentation Index
Fetch the complete documentation index at: https://docs.gnosispay.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Migration identifier to look up.
Response
Successfully retrieved safe migration info.
Example:
"safe-replacement-2026-06"
Whether a previous safe was recorded for this migration.
Migration status, or null if the user has not started this migration.
Available options:
PENDING, IN_PROGRESS, COMPLETED, FAILED The user's current active safe.
The previous safe recorded during migration, if any.