API Documentation

This documentation provides detailed information about the available API endpoints.

Retrieve a filtered list of Products by using products apis


What is an Order?

An order represents a request for an eSIM and data plan. Orders contain details about the customer, the selected plan, and the eSIM activation process.

Why Can Orders Be Rejected?

Orders can be rejected due to invalid plan selections, fraudulent requests, or incompatible eSIM devices. The rejection feature ensures that only valid orders proceed to activation.

How to Manage Order Status?

Users can track order status from "pending" to "completed," with intermediate states like "inprogress" or "rejected." This allows for better order management and transparency.

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