Authentication

All operations must be executed over HTTPS. Each request must include two keys:

Client API Key

This is a secret key specific to each partner that wishes to use the Rev API. To request a key, click here and fill out the requested info.

User API Key

This is a secret key specific to a Rev user, which identifies the user account under whose privileges the requested operation executes. This key can be obtained by logging in to Rev as the user in question and going to the Account Settings page

These keys are passed using the standard HTTP Authorization header, using this format:

Authorization: Rev [ClientAPIKey]:[UserAPIKey]