API referenceCatalogContacts
Get contact
Returns one customer or supplier. The stored contact kind means callers do not repeat kind in the path or query.
- Endpoint
GET /v1/contacts/{contactId}- Authorization
- The contact's stored kind determines the required permission: `customer` → `customers:read`, `supplier` → `providers:read`.
- Environments
- Production and sandbox
- Idempotency
- Not required.