# Retrieve all Subscriptions **GET /subscriptions/** Returns a list of all Subscriptions associated with the account ## Servers - Production: https://zim.api.zimconnections.com (Production) - Sandbox: https://zim.api.dev.zimconnections.com (Sandbox) ## Authentication methods - Oauth2 ## Parameters ## Responses ### 200 Subscriptions fetched successfully #### Body: application/json (array[object]) - **id** (string) The Subscription's ID - **esimID** (string) The associated eSIM ID - **plan** (object) - **status** (string) Statuses: * `PROCESSING` - The Subscription is being processed and should be ready soon * `PENDING` - The Subscription is ready and is pending first use by the User * `ACTIVE` - The Subscription is currently active and used by the User * `EXPIRED` - The Subscription has expired and is no longer valid * `CANCELLED` - The Subscription has been cancelled by the User * `DEPLETED` - The allocation of the Subscription has been fully consumed by the User [Powered by Bump.sh](https://bump.sh)