Sandbox
Use the Sandbox to test the features available in production without modifying real customer data.
🚦 Before you get started
You need a test company account and API credentials before setting up the API. Contact [email protected] to get access to the sandbox environment. Your API key will be handed over to you as part of onboarding — use it in the X-API-KEY header of your requests, or paste it into the credentials field in the API Reference to try out requests directly from these docs.
Once your test company is set up, you will be able to add members to an active Remote Health plan and test other API functions. You can view those members in your dashboard.
🧪 Sandbox API
The Sandbox API environment works like the production API. The host URL for sandbox API is https://platform-api.sandbox.safetywing.dev
An example API call will look like this:
curl --request GET \
--url https://platform-api.sandbox.safetywing.dev/api/remote-health/v1/plans \
--header 'X-API-KEY: {API Key}' \
--header 'accept: application/json'Updated 14 days ago
