Skip to content

Rate limits

The Visamundi API is intended for server-to-server integrations under your partner agreement.

  • Cache aggressively. Reference data (countries, currencies, vaccines) changes infrequently — cache it on your side and refresh periodically rather than per user request.
  • Call from your backend. Don’t fan out requests from end-user browsers; proxy and batch through your own service.
  • Back off on errors. If you receive 5xx responses, retry with exponential backoff rather than tight loops.

If your use case needs high throughput, request access and we’ll discuss limits for your account.

Request API access

Tell us a little about your integration and we'll get back to you within one business day with a partner token.