CPL API
Useful links
Useful links
  • Developer
  • Sandbox
Useful links
Useful links
  • Developer
  • Sandbox
Přepni do češtiny
    • Introduction
    • General
    • Creation of orders and shipments
    • Changelog
    • Roles
    • Authentication
      • Getting Bearer token
    • API Methods
    • Examples
      • Response - pick up labels (PDF A4)
      • Response - pickup label (ZPL)
      • Response - pick up label (JPG)
      • Shipment - shipment set items
      • International Shipment with or without COD – Parcels in a Set
      • Multiple shipments in one request
      • Shipment connect
    • FAQ
    • Postman Collection
    • Postman Flows
    Useful links
    Useful links
    • Developer
    • Sandbox
    Useful links
    Useful links
    • Developer
    • Sandbox
    Přepni do češtiny

    Roles

    Within the CPL API interface, a system of user roles and permissions has been implemented to ensure secure and controlled access to individual API functionalities.
    Roles allow precise definition of which operations a specific user or integration account is permitted to perform. This makes it possible to separate administrative activities (e.g., access management) from standard operational API usage (e.g., calling selected endpoints).

    Role Overview#

    RoleDescription
    apiAccessManagerThis role allows the user to create access credentials for the CPL API. It is intended exclusively for PPL integrators.
    clientThe client role is assigned by default when creating access to the CPL API. It allows access to all CPL API requests except those related to creating new access credentials.
    pickupPointsUsers with this role can only download pickup point data. They have access exclusively to the GET /AccessPoint method and reference lists.
    sandboxAccessManagerAllows creating access credentials for the Sandbox environment. This role is intended exclusively for PPL integrators.
    supervisorThe supervisor role provides access to all CPL API methods. It is intended exclusively for integrators.
    trackingUsers with this role can only track shipments. They have access exclusively to the GET /shipment method.
    Modified at 2026-03-03 10:21:00
    Previous
    Changelog
    Next
    Authentication