Skip to main content
Use this section to set up and run API integrations safely. Need endpoint-level request/response details? Open the API reference. Click the API item in the main navigation.

Use this section when

  • You want to pull Remapdb data into your own backend.
  • You want to automate workflows outside the Remapdb interface.
  • You need a clear setup path for credentials, endpoint usage, and daily request planning.
API access depends on your plan and feature access.
Never place API credentials in frontend code, browser storage, or public repositories. Keep them on your server or secure environment.

What you can do from the API page

  • Copy your API key and API secret.
  • Click the Generate new credentials button when you need to rotate keys.
  • Click the API documentation link for endpoint contracts.
  • Open API reference for interactive endpoint docs.
  • Click the PHP SDK or JavaScript SDK link if you prefer SDK-based integration.

Success looks like

  • Your integration authenticates successfully.
  • Your requests return expected data in staging and production.
  • You can monitor usage and rotate credentials without downtime.

Pages in this section

Credentials and authentication

Copy, store, and rotate API credentials safely.

Best practices

Use security, reliability, and rollout standards that prevent outages.

Plan access

Check which plans include API access and unlock credentials if needed.

Usage limits

Plan daily request volume and avoid limit-related interruptions.

API reference

Browse interactive endpoint documentation.