Get deal

GET /api/psa/getPSA

Returns a deal object

Query parameters

  • id integer Required

    ID of deal to return

GET /api/psa/getPSA
curl \
 -X GET http://api.example.com/api/psa/getPSA?id=42 \
 -H "Authorization: Bearer $ACCESS_TOKEN"