# List signup sessions Get all signup sessions created by your parent merchant Endpoint: GET /merchants/signup-sessions Version: 1.0.0 Security: ApiKeyAuth ## Response 200 fields (application/json): - `data` (array) - `data.id` (string) The unique identifier for the signup session Example: "mrc_ses_3bbb4fe7-4c25-45b2-a363-c8db8c0084b9" - `data.user_email` (string) The email address for the signup session Example: "newmerchant@example.com" - `data.merchant_name` (string) The name of the merchant to be created Example: "New Store" - `data.status` (string) The status of the signup session Enum: "PENDING", "COMPLETED", "EXPIRED", "CANCELLED" - `data.merchant_type` (string) The type of the merchant, if provided during creation Enum: "BUSINESS", "PARTNERSHIP", "ORGANIZATION", "SOLETRADER" - `data.merchant_category` (string) The merchant category, if provided during creation Example: "RETAIL" - `data.country_code` (string) The country code for the merchant, if provided during creation Example: "US" - `data.expires_at` (string) The timestamp when the signup session expires - `data.created_at` (string) The timestamp when the signup session was created - `metadata` (object) - `metadata.total` (integer) - `metadata.limit` (integer) - `metadata.offset` (integer) ## Response 401 fields ## Response 403 fields ## Response 500 fields