oCoreoCore Docs
API Reference

Promotions

List promotion history

Returns recent promotion logs for a project.

GET
/projects/{projectId}/promotion-history

Authorization

Authorization<token>

JWT Bearer token (format: Bearer {token})

In: header

Path Parameters

projectIdRequiredstring

Project ID

curl -X GET "//api.ocore.dev/api/projects/<string>/promotion-history" \
  -H "Authorization: <token>"

OK

{
  "promotionHistory": [
    {}
  ],
  "total": 0
}

Was this page helpful?