API Documentation

This documentation provides detailed information about the available API endpoints.

For authentication,The Bearer token should be sent as a bearer tokens in the Authorization header of the request. Create account.

API endpoint:

get
https://api.simvox.com/v1/packages

Description:

Use this endpoint to retrieve a filtered list of Products in your account.

Request example:

curl --location --request GET 'https://api.simvox.com/v1/packages' \
--header 'Authorization: Bearer {token}'
Parameter Type Description
country Optional string ISO2 code for a country, e.g. fr, us, ca

API endpoint:

get
https://api.simvox.com/v1/packages/{package_id}

Description:

Use this endpoint to get the details of a single Product (Data Plan type)

Request example:

curl --location --request GET 'https://api.simvox.com/v1/packages/{package_id}' \
--header 'Authorization: Bearer {token}'
Parameter Type Description
package_id Required string The Data Plan ID is linked to a specific mobile data plan, which could include voice, text, and data services