Packages Details Endpoint

This endpoint allows you to retrieve all defined details and properties for a package or packages configured in the Zotlo Panel. It includes information such as pricing, trial informations, limits, and other package settings.

The package can be of different types such as subscription or consumable (one-time payment).

The service operates using the GET method.

Method

Standart URL

  • To retrieve single package pricing:

GET team/package?packageId={packageId}

  • To retrieve package pricing for a specific country:

GET team/package?packageId={packageId}&country={countryCode}

Sample Request

GET https://api.zotlo.com/v1/team/package HTTP/1.1
AccessKey: ••••••
AccessSecret: ••••••
Content-Type: application/json
ApplicationId:
Language: ••
circle-info

You can find your AccessKey , AccessSecret and ApplicationId in the Zotlo Panel under Developer Tools → API Keys

Successful Response

Failed Response

All failed responses follow the same standard error format. (See: Error Handling)

Last updated