Hopp til innholdet
Home » Devinco for Developers » SpeedyCraft for Developers » FAQ and other Resources

FAQ and other Resources

FAQ

What is subjectId?
This is a unique ID given by Devinco Connect to reference a specific user. This user should have been given access to one or several clients.

What is clientId?
In Devinco Connect, clientId is referring to what application we want to connect with. SpeedyCraft is set up as clientId=3. 
In SpeedyCraft API, clientId is referring to what company within SpeedyCraft we want to access. A specific user may have access to one or several clients, thus clientId needs to be set in the request header to specify what client we want to interact with.

What is apiKey?
apiKey is used to identify a user for a specific client (application) in Devinco Connect when requesting a token.

What are the transaction fees for using the API?
Currently, using SpeedyCraft API does not have any additional charge other than the subscription for SpeedyCraft itself.

Does the API support webhooks?
SpeedyCraft REST 2 API supports subscription for webhooks on several frequently used endpoints. Use GET Webhooks endpoint to get a list of available webhooks and POST Webhooks/subscription to register a webhook.

How to get updated records from SpeedyCraft?
Please check the GetFundamentals and RowVersion concepts in this article https://support.devinco.com/hc/en-us/articles/208053146-Importing-new-or-changed-records-from-Speed…

What if I want to use Authorization Code flow?
This is typically only for mobile apps, and require some additional setup in Devinco Connect. Please see details in this article https://support.devinco.com/hc/en-us/articles/27222851111709-Connect-to-the-SpeedyCraft-API-from-a-mobile-app-Authorization-Code-flow

Help Center

Lots of relevant articles on system use and set up are found in HelpCenter.