Get deals within a specific category

GET /api/psa/tree

Returns a list of deals within a category

Query parameters

  • type string

    Type of deal (current/expired/pending)

  • categoryid integer

    ID of category

Responses

  • default
GET /api/psa/tree
curl \
 --request GET 'http://api.example.com/api/psa/tree' \
 --header "Authorization: Bearer $ACCESS_TOKEN"