Accounts (Private)
Manage partner accounts including creation, retrieval, updates, activation/deactivation, and recurring payment configuration. Requires Private API (Bearer token) authentication.
Get account by ID
Returns details of a specific account.
path Parameters
idUnique account identifier
Get account by ID › Responses
Account details
idUnique account identifier
nameCompany or trading name of the account holder
streetStreet name and building number of the account billing address
cityCity or town of the account billing address
zipCodePostal/ZIP code of the account billing address
countryCode^[A-Z]{2}$ · requiredISO 3166-1 alpha-2 country code of the account billing address (e.g., "SK", "CZ")
emailPrimary contact email address for billing and platform notifications
phonePrimary contact phone number including country code (e.g., +421901234567)
statusCurrent account status; inactive accounts cannot create shipments or use API functionality
createdAtTimestamp when the account was created (format yyyy-MM-ddTHH:mm:ss.fff)
changedAtTimestamp when the account was last modified (format yyyy-MM-ddTHH:mm:ss.fff)
businessIdNational business/company registration number (e.g., ICO in SK/CZ)
taxIdTax identification number (e.g., DIC in SK/CZ)
vatIdVAT identification number for EU VAT purposes (e.g., IC DPH in SK/CZ)
creditCurrent prepaid credit balance available for shipment processing
recurringPaymentsEnabledWhether automatic top-up payments are enabled when credit balance drops below the configured threshold
Additional account-level configuration parameters as key-value pairs
Update account
Updates an existing account with new information.
path Parameters
idUnique account identifier
Update account › Request Body
nameCompany or trading name of the account holder
streetStreet name and building number of the billing address
cityCity or town of the billing address
zipCodePostal/ZIP code of the billing address
countryCode^[A-Z]{2}$ · requiredISO 3166-1 alpha-2 country code of the billing address (e.g., "SK", "CZ")
emailPrimary contact email address for billing and platform notifications
phonePrimary contact phone number including country code (e.g., +421901234567)
businessIdNational business/company registration number (e.g., ICO in SK/CZ)
taxIdTax identification number (e.g., DIC in SK/CZ)
vatIdVAT identification number for EU VAT purposes (e.g., IC DPH in SK/CZ)
Additional account-level configuration parameters as key-value pairs
Update account › Responses
Account updated successfully
idUnique account identifier
nameCompany or trading name of the account holder
streetStreet name and building number of the account billing address
cityCity or town of the account billing address
zipCodePostal/ZIP code of the account billing address
countryCode^[A-Z]{2}$ · requiredISO 3166-1 alpha-2 country code of the account billing address (e.g., "SK", "CZ")
emailPrimary contact email address for billing and platform notifications
phonePrimary contact phone number including country code (e.g., +421901234567)
statusCurrent account status; inactive accounts cannot create shipments or use API functionality
createdAtTimestamp when the account was created (format yyyy-MM-ddTHH:mm:ss.fff)
changedAtTimestamp when the account was last modified (format yyyy-MM-ddTHH:mm:ss.fff)
businessIdNational business/company registration number (e.g., ICO in SK/CZ)
taxIdTax identification number (e.g., DIC in SK/CZ)
vatIdVAT identification number for EU VAT purposes (e.g., IC DPH in SK/CZ)
creditCurrent prepaid credit balance available for shipment processing
recurringPaymentsEnabledWhether automatic top-up payments are enabled when credit balance drops below the configured threshold
Additional account-level configuration parameters as key-value pairs
List accounts
Returns a paginated list of partner accounts created by the caller's organization. Results are automatically scoped to accounts where the creating organization matches the M2M client's partner.
query Parameters
nameFilter by account name (partial match)
emailFilter by email address (partial match)
businessIdFilter by business/company registration number (exact match)
parameters[key]Filter by account parameter key-value pair. Use bracket notation to specify
the parameter key (e.g., parameters[externalId]=abc123).
Multiple parameter filters can be combined.
pagePage number for pagination
pageSizeNumber of items per page
List accounts › Responses
Paginated list of accounts
pageCurrent page number
pageSizeNumber of items per page
totalPagesTotal number of pages
nextPageWhether a next page exists
previousPageWhether a previous page exists
itemsCountTotal number of items across all pages
List of accounts
Create account
Creates a new account. API keys are managed separately via /private/api-keys.
Create account › Request Body
nameCompany or trading name of the account holder
streetStreet name and building number of the billing address
cityCity or town of the billing address
zipCodePostal/ZIP code of the billing address
countryCode^[A-Z]{2}$ · requiredISO 3166-1 alpha-2 country code of the billing address (e.g., "SK", "CZ")
emailPrimary contact email address for billing and platform notifications
phonePrimary contact phone number including country code (e.g., +421901234567)
businessIdNational business/company registration number (e.g., ICO in SK/CZ)
taxIdTax identification number (e.g., DIC in SK/CZ)
vatIdVAT identification number for EU VAT purposes (e.g., IC DPH in SK/CZ)
Additional account-level configuration parameters as key-value pairs
Create account › Responses
Account created successfully
idUnique account identifier
nameCompany or trading name of the account holder
streetStreet name and building number of the account billing address
cityCity or town of the account billing address
zipCodePostal/ZIP code of the account billing address
countryCode^[A-Z]{2}$ · requiredISO 3166-1 alpha-2 country code of the account billing address (e.g., "SK", "CZ")
emailPrimary contact email address for billing and platform notifications
phonePrimary contact phone number including country code (e.g., +421901234567)
statusCurrent account status; inactive accounts cannot create shipments or use API functionality
createdAtTimestamp when the account was created (format yyyy-MM-ddTHH:mm:ss.fff)
changedAtTimestamp when the account was last modified (format yyyy-MM-ddTHH:mm:ss.fff)
businessIdNational business/company registration number (e.g., ICO in SK/CZ)
taxIdTax identification number (e.g., DIC in SK/CZ)
vatIdVAT identification number for EU VAT purposes (e.g., IC DPH in SK/CZ)
creditCurrent prepaid credit balance available for shipment processing
recurringPaymentsEnabledWhether automatic top-up payments are enabled when credit balance drops below the configured threshold
Additional account-level configuration parameters as key-value pairs