Sign in

Retrieve contact type

documented

Retrieve a contact type by ID.

GET /contacttype/{id}Contact Typeno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.servicetrade.com/api/contacttype/{{$id}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Cookie: PHPSESSID={{SERVICETRADE_SESSION_TOKEN}}"
Retrieve contact type · ServiceTrade · OpenIntegrations