HTTP API
Specify HTTP API reference
Last updated
Was this helpful?
Specify HTTP API reference
The Specify HTTP API is accessible over the following base url:
https://api.specifyapp.com/v2The Specify HTTP API is currently read-only upon your design data.
In order to request the routes of the HTTP API, you need to set a Personal Access Token within your request headers like so:
Authorization: PAT <your-personal-access-token>Get a Personal Access Token from your user settings ↗︎
To work with the Specify HTTP API, we recommend the use of the following headers:
Content-Type: application/json
Authorization: PAT <your-personal-access-token>Last updated
Was this helpful?
Was this helpful?