Local eSIM Partner API
Welcome to the Local eSIM Partner API.
This API allows approved partners to integrate with the Local eSIM eSIM platform.
Who this is for
This documentation is intended for the development team at companies that have partnered with Local eSIM to offer integrated eSIM products to their customers. If you've been given an API key, this is for you.
If you don't yet have an API key, contact your account manager at Local eSIM or email partners@local-esim.com.
How it works
A typical integration looks like this:
- Your customer requires being sent to Local-eSIM.
- Your backend calls our
POST /v1/customersendpoint with the customer's email and a tag to identify the customer.
What's next
- Authentication — how to use your API key.
- Errors — error codes and how to handle them.
- API Reference — full endpoint reference with auto-generated code samples.