cURL
curl --request GET \ --url https://dev-billing-api.iqraa.ai/api/v1/api/v1/subscriptions \ --header 'Authorization: Bearer <token>' \ --header 'x-admin-api-key: <x-admin-api-key>'
Retrieves all subscriptions in the system. Admin access only.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Admin API key required for authentication
List of all subscriptions retrieved successfully