Skip to main content
GET
/
v1
/
purchases
List My Purchases
curl --request GET \
  --url https://api.agentpowers.ai/v1/purchases \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "purchase_id": "<string>",
      "skill_slug": "<string>",
      "skill_title": "<string>",
      "amount_cents": 123,
      "currency": "<string>",
      "status": "<string>",
      "purchased_at": "<string>",
      "license_code": "<string>",
      "author_display_name": "<string>",
      "author_display_name_slug": "<string>"
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

Provide a Clerk JWT or a long-lived CLI token (prefix ap_cli_). Pass as Authorization: Bearer <token>.

Response

200 - application/json

Successful Response

items
PurchaseListItem · object[]
required
total
integer
required