Quick Start
Quick Start
-
The docs are still in the works so if do find any confusion, do write to us and let us know.
-
You would need API keys to use any API offered by Revert. If you don’t have one please contact.
Get your API keys
Your API requests are authenticated using API keys in the header. Any request that doesn’t include an API key will return an error. You can generate an API key from your Dashboard at any time.
Make your first request
You can use our postman collection to test out the APIs while you build with us.
To make your first request, send an authenticated request to the ping endpoint https://api.revert.dev/crm/ping
This will serve as a test if the connection is successful or not and if you have the right permissions.
SDKs
Here’s our official set of SDKs that we support on the frontend or backend to make it super easy to get started.