Projects
GET Retrieve project
Retrieve a single existing project. The source markdown documents this endpoint under /api/v1/project and requires the record-token header containing the target project_token.
GET
/projectAuthorization
api-auth<api-auth>
api-token<UUID>
api-secret<api-secret>
record-token<UUID>
Use the standard /api/v1 headers together with record-token.
record-token is the target project_token. You can get it from Project -> Information -> Gear or from the GET /projects response.
API Credentials (save your keys here to make the request examples copy-ready)Hidden by default
Save your domain and request headers once, then reuse them across the current docs session.
Session storage clears when this tab closes. Local storage stays available the next time you open the docs in this browser.
Saved values are used in request examples and code snippets on API pages, including the request domain.