Environments
Give Interactive provides two REST API environments: sandbox and production.
Servers
All customers share the same API gateway, which routes requests to the REST server for the appropriate environment.
-
Production:
https://api.giveinteractive.com/api/v1 -
Sandbox:
https://api-sandbox.giveinteractive.com/api/v1
Each environment uses its own database. Changes made through the REST API have the same effect as the equivalent action in the Give Interactive web application.
Deployments and documentation
Production releases update the documentation version and deploy the same release to all production environments. Deployment to a specific environment can occasionally be delayed. Contact your account representative or Give Interactive support to confirm whether the latest changes have been deployed to your environment.
Related guides
-
Authentication — Obtain the credentials and access token used against these hosts.
-
Versioning — How the
v1in the URL relates to releases and deprecations.