Skip to main content
Version: 202607

Get carrier service

GET 

/openapi/2026-07/carrier_services/:carrier_service_id

Allows users to retrieve detailed information about a specific carrier service by its unique ID.

Request

Path Parameters

    carrier_service_id stringrequired

    Carrier service ID to query

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    carrier_service object

    The carrier service details

    idstring

    Carrier service ID

    namestring

    Name of the carrier service

    activeboolean

    Whether the carrier service is active

    callback_urlstring

    Callback URL for rate calculation

    scopesstring

    Permission scopes (comma-separated)

    carrier_service_codestring

    Carrier service code

    logostring

    Logo URL

    short_descstring

    Brief description of the carrier service

    created_atstring

    Creation time, in ISO-8601 format

    updated_atstring

    Last update time, in ISO-8601 format