Skip to content

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.

GET /v1/project/list

Bearer token from /login.

Authorization: Bearer <access_token>
List projects
curl "https://{pinokio-api-url}/v1/project/list" \
-H "Authorization: Bearer <access_token>"

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.

CodeDetailCause
400Invalid session! Please try again.Access token is expired or invalid. Refresh and retry.