Navigation
Depending on how you want to integrate with SpeedyCraft, you might want to use our test environment to develop your integration. If you for example just want to get some data from an existing SpeedyCraft client, the test phase may be skipped.
To get started
- Get access to a test client for SpeedyCraft by contacting support@devinco.com. Please add some context explaining what the integration will be doing and name + email to administration user.
- Use the documentation on this site to build your integration
- Get access to the relevant production environment via your end user or Devinco support.
Environment details
SpeedyCraft has 2 environments, test and prod. These are completely separate with different users, clients / databases and url’s.
- The test environment uses Devinco Connect stage for authentication
https://test-api.speedycraft.devinco.com
https://connect-api-stage.devinco.com - The prod environment uses Devinco Connect for authentication
https://api.speedycraft.devinco.com
https://connect.devinco.com
Connect to the API
You can read about this topic in the Authentication and Connection page.