Environments
Field Nation provides a Sandbox and Production environment. Both environments allow you to make API calls and access the Field Nation Platform. Each environment requires separate Authentication credentials. Refer to Authentication for more information.
Sandbox
The Field Nation Sandbox is a fully-functional development environment that allows you to test your integration before going live to Production (recommended). It offers an isolated space where you can make API calls, listen for Webhooks, and log in to the Field Nation Platform without changing any live work orders, clients, or projects.
Note: You'll need to Request Access to the Sandbox environment before getting started. Refer to Authentication for more information.
Link Type | URL |
---|---|
Sandbox API | https://api-sandbox.fndev.net/api/rest/v2/ |
Field Nation Platform | https://app-sandbox.fndev.net/ |
When you use the Sandbox environment, error messages will return a detailed trace Response for debugging purposes.
{
"message": "Parameter \"name\" is required and was not passed in request payload",
"trace": [],
"extra": []
}
Production
You can use the URLs below to make API calls to the Production environment. If your integration depends on any static data that you created in the Sandbox environment (e.g., templates, projects), you’ll need to recreate them in Production.
Note: You'll need to Request Access to the Production environment before getting started. Refer to Authentication for more information.
Link Type | URL |
---|---|
Production API | https://api.fieldnation.com/api/rest/v2/ |
Field Nation Platform | https://app.fieldnation.com/login |