Developer Portal/API Reference

API Reference

Interactive reference for the Citrus Mobile Reseller API — try any endpoint directly from this page.

Citrus Mobile Reseller API v2.0

Build your own eSIM platform with pay-as-you-go connectivity in 200+ countries.

Base URL https://citrusmobile.com/api/v2/reseller. Authenticate with a Bearer API key (rsk_ prefix). Full reference: Markdown · OpenAPI YAML.

  • POST/esim/provisionProvision a new eSIM
  • GET/esim/listList your eSIMs
  • GET/esim/{iccid}Get eSIM details
  • POST/esim/{iccid}/enableEnable data on an eSIM
  • POST/esim/{iccid}/disableDisable data on an eSIM
  • POST/esim/{iccid}/terminateTerminate an eSIM
  • POST/esim/{iccid}/throttleThrottle SIM speed
  • POST/esim/{iccid}/fundFund an eSIM wallet
  • GET/wallet/balanceGet reseller account balance
  • GET/ratesGet per-country data rates
  • GET/accountGet account details
  • GET/webhooksList webhook endpoints
  • POST/webhooksRegister a new webhook endpoint
  • GET/webhooks/{id}Get webhook detail
  • PUT/webhooks/{id}Update a webhook
  • DELETE/webhooks/{id}Delete a webhook
  • POST/webhooks/{id}/testSend a test event
Loading interactive reference…