-
Notifications
You must be signed in to change notification settings - Fork 4
API Documentation
Neil M edited this page Feb 19, 2024
·
8 revisions
v2 of our API is documented here: https://restarters.net/apiv2/documentation
Read-only endpoints are currently open to all, though we reserve the right to change that and require a token at some point in the future.
Endpoints that amend data require an API token. Please contact us if you would like to be provided with an access token. The API token can be appended as a query string parameter named api_token
, or as part of the request payload, or as a Bearer
token in the Authorization
header of the request.