GlobKurier
  1. AddressBook
GlobKurier
  • Analiza biznesowa aplikacji panelu administracyjnego
  • Integration via the Globkurier API
    • Introduction (PL)
    • Introduction (EN)
    • Integration Strategy (PL)
    • Integration Strategy (EN)
    • Full Integration (PL)
    • Full Integration (EN)
    • Fast order Integration (PL)
    • Fast order Integration (EN)
    • Pricing Summary before ordering (PL)
    • Pricing Summary before ordering (EN)
    • Shipment search (PL)
    • Shipment search (EN)
    • Crossborder / Points (PL)
    • Crossborder / Points (EN)
    • Labels (PL)
    • Labels (EN)
    • Tracking (PL)
    • Tracking (EN)
    • Get carrier data (PL)
    • Get carrier data (EN)
    • Addon categories (PL)
    • Addon categories (EN)
    • Order with customs (PL)
    • FAQ (PL)
    • FAQ (EN)
    • Endpoints
      • Dictionary
        • Addresses
          • Get list of countries
          • Get states for country
          • Get shipment/receiving points
          • Get Polish addresses
          • Get list of cities
        • Carriers
          • Get available carrier list
          • Get shipment/receiving points
        • Finance
          • Get available currency list
        • Orders
          • Get available order content
        • Agreements
          • Get agreements
      • Authentication
        • Generate token
        • Refresh token
        • Remove token
      • Fast order
        • Simplified order placement (bestprice)
      • Full integration
        • Get products
        • Get addons for product
        • Get discount code information
        • Get available courier arrival times to the sender for the shipment
        • Get payments
        • Get bank account numbers
        • Get order price
        • Get custom required fields
        • Create order
        • Partial order validation
        • Create order for courier pick up
      • Payments
        • Get list of available methods
        • Generate form data for online order payment
        • Prepaid top-up
        • Changing payment method for online order
      • Orders
        • Get order
        • Get list of orders for the protocol
        • Get protocol
        • Get labels
        • Get shipment statuses
      • User
        • Get user data
        • Get user coupon data
        • Register user
        • Edit user
        • Get company information
        • Get user invoice list
        • Get invoice
        • Get compressed list of invoices
        • Get invoice email
        • Get account and payment statistics
        • Get list of payment methods
        • Get selected payment method
        • Create selected payment method
        • Remove selected payment method
        • Get order statistics
        • Get list of customs documents for the order
        • Get list of options for saving user preferences
        • Save user preferences
        • Send SMS with a verification code
      • Users
        • AddressBook
          • Edit sender contact in address book
            PUT
          • Add sender contact in address book
            POST
          • Delete sender contact from address book
            DELETE
          • Edit receiver contact in address book
            PUT
          • Add receiver contact in address book
            POST
          • Delete receiver contact from address book
            DELETE
          • Get senders contacts from address book
            GET
          • Get receiver contacts from address book
            GET
          • Import sender contacts to address book
            POST
          • Import receiver contacts to address book
            POST
        • get company for user
          GET
        • Update user currency
          PATCH
        • User return carrier list
          GET
        • Manage user return carrier list
          PUT
      • AddressBook
        • Add sender contact to address book
        • Add receiver contact to address book
        • Get senders address book
        • Get receivers address book
        • Edit sender contact into address book
        • Edit receiver contact into address book
        • Delete sender contact from address book
        • Delete receiver contact from address book Copy
      • Order templates
        • Add template
        • Get tempalate list
        • Edit template
        • Delete template
  1. AddressBook

Import sender contacts to address book

Testing Env
https://test.api.globkurier.pl
Testing Env
https://test.api.globkurier.pl
POST
/v2/user/addressBook/sender/import
The endpoint accepts encoded file content in a specified data format. It allows you to add multiple contacts of the same type simultaneously. The file can have any name, as only its content matters. Currently, the only supported format [type] is CSV. The maximum file size is 5MB.
Each contact passed should have a form consistent with the input parameters of the contact array from the add contact method.
A correct response is returned as HTTP code 201. An incorrect request has HTTP code 400 with an error structure.

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://test.api.globkurier.pl/v2/user/addressBook/sender/import?fileType'

Responses

🟢204No Content
Return empty content
This response does not have a body.
🟠400Bad Request
Modified at 2025-07-17 05:45:46
Previous
Get receiver contacts from address book
Next
Import receiver contacts to address book
Built with