Skip to main content
GET
/
api
/
v1
/
subscriptions
Get all subscriptions
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>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-admin-api-key
string
required

Admin API key required for authentication

Response

List of all subscriptions retrieved successfully