HTTP API
Specify HTTP API reference
Overview
The Specify HTTP API is accessible over the following base url:
https://api.specifyapp.com/v2
Authentication
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>
Headers
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>
Endpoints
Verb
Route
Description
Last updated
Was this helpful?