API: Authentication
Revision's APIs generally require authentication. If required, please provide an API key through the HTTP header x-api-key
. Requests without this header will return 401 Unauthorized
.
x-api-key: a0e08cad-184b-48a4-miku-14776a549b79
Each organization has its own API key. Users with the Administrator role in Revision can find the current key for the organization under Settings → Security (/settings/security
).

All requests must be made over HTTPS.