Get provider services
Return the catalog of services a specific provider offers — for example RideBlitz returns its four instant_*_hour(s) tiers, KiriminAja returns the 12 supported couriers plus 3 instant providers, GoSend returns its Instant / SameDay / InstantCar / SameDayCar options.
For KiriminAja the price-time availability is still gated by POST /shipping/calculate-fee; this endpoint surfaces the canonical catalog only.
Authorizations
API key for authentication. Create one in Settings > Developer. The key must have the BITCRM product scope and an orders resource scope; required action depends on the endpoint (READ, WRITE, or DELETE).
Path Parameters
Provider code. Only the three external providers are supported here.
gosend, kirimin_aja, ride_blitz Response
Service catalog.

