List Projects
Returns every project on your account. Use this to discover existing projects, look up their IDs, or sync the project list into your own system.
Endpoint
Section titled “Endpoint”GET /v1/project/listAuthentication
Section titled “Authentication”Bearer token from /login.
Authorization: Bearer <access_token>Example
Section titled “Example”curl "https://{pinokio-api-url}/v1/project/list" \ -H "Authorization: Bearer <access_token>"Response
Section titled “Response”200 OK — body contains the list of projects. Each entry includes the project metadata you provided at create time (name, demand ID, tag, schedule, location, alert pixel, creative ID) plus the project ID and the current state of its scans.
Errors
Section titled “Errors”| Code | Detail | Cause |
|---|---|---|
400 | Invalid session! Please try again. | Access token is expired or invalid. Refresh and retry. |