API for Salesly
The Salesly API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
https://rest.salesly.app/api/developers/v2/
Description
Manage your principal Salesly modules Contacts
Opportunities
Orders
Products
.
The API key is achieved within the Salesly. You can find it inside Salesly "Settings > Integrations".
All request tests will take effect in your Salesly account. So take care. We are working on a development mode...
Authentication
All request need a couple of Headers:
{
"x-api-key": "SALESLY_API_KEY",
"Accept": "application/json"
}
Genereate your SALESLY_API_KEY
on "Settings > Integrations (opens in a new tab)" .
Test in Postman
Fork our collection for testing endpoints and see the structure more clearly. You only need to set the x-api-key
in the headers section of "ENDPOINTS" folder.