An application programming interface (API) specifies how some software components should interact with each other by specified rules. For example, if Software 1 is requesting data from Software 2, only allowed data is given.
All API requests are composed of light-weight JSON delivered as an HTTP POST request to the endpoint URL.
Full address to send JSON requests looks like this:
https://#companyname#.scoro.ee/api/#module#(/#action#)(/#id#)
- #companyname# is the subdomain
- #module# is the module accessed ("contacts")
- #action# (optional) what to do with the selected object. Possible options are ("modify","delete").
- #id# (optional) what object to get
Data can be requested only with the API key. An API is site specific and must be handled as a password.
If the same environment has need for several API-s, several API keys need to be requested.
Read the detailed API documentation.
If you wish to use the API, please reach out to us via our contact form or contact your client manager.
Note! Once our team has granted you access to use our API, users with the Modify site settings permission enabled for their permission set can access the Scoro API settings under Settings > Site settings > Integrations > Scoro API.
Plan availability and API call limits
Scoro API is available in the Standard and Enterprise platforms and across all legacy plans (Essential, Standard, Pro, Ultimate, Core, Growth, Performance, and Enterprise); however, daily API call volumes and burst rate limits apply:
- Standard platform: Up to 200,000 API calls per day and 40 calls per 2 seconds.
- Enterprise platform: Up to 500,000 API calls per day and 80 calls per 2 seconds.
- Legacy plans:
- Essential and Core: Up to 50,000 API calls per day and 10 calls per 2 seconds.
- Standard and Growth: Up to 100,000 API calls per day and 20 calls per 2 seconds.
- Performance: Up to 200,000 API calls per day and 40 calls per 2 seconds.
- Pro: Up to 500,000 API calls per day and 40 calls per 2 seconds.
- Enterprise: Up to 500,000 API calls per day and 80 calls per 2 seconds.
- Ultimate: Up to 1,000,000 API calls per day and 80 calls per 2 seconds.
For more information on Scoro plans and pricing, see our Plans & Pricing page.