Skip to main content
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:
  • Authorization header with your API key as a Bearer token
  • Reap-Version header 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.