Authentication
The Percy API is based on the JSON API standard and organized around the REST design.
Note: API base URL
https://percy.io/api/v1
The Percy API uses API tokens to authenticate. They are passed in as HTTP Authorization
request headers.
Note: Authorization header format
Authorization: Token ${PERCY_TOKEN}
Percy currently authenticates with three project token types:
Write-only | Read-only | Full-access |
---|---|---|
Create builds | Read builds | |
Create snapshots | Download snapshots | All project read and write functions |
SDK use | API use |
The tokens for a particular project can be found on its Project Settings page.
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.