1
Get your API key
Contact the Reap team to get your sandbox credentials. You’ll receive an API key and base URL for your environment.
2
Make a request
All requests require:
Authorizationheader with your API key as a Bearer tokenReap-Versionheader specifying the API version
3
Create a user
externalId is optional and holds your own identifier for the user. It must be unique
among your active users, so a retry that reuses one is rejected rather than creating a
duplicate. Pass it to List users as ?externalId= to
resolve your identifier back to a Reap user if you ever lose the mapping. Deleting a user
releases the value for reuse.4
Next steps
Browse the API Reference or set up Webhooks.