- Integracja własna
- Wstęp
- Strategia integracji
- Endpoints
- Autentyfikacja
- Szybka wycena
- Użytkownicy
- AddressBook
- Edit sender contact in address book
- Add sender contact in address book
- Delete sender contact from address book
- Edit receiver contact in address book
- Add receiver contact in address book
- Delete receiver contact from address book
- Get senders contacts from address book
- Get receiver contacts from address book
- Import sender contacts to address book
- Import receiver contacts to address book
- get company for user
- Update user currency
- User return carrier list
- Manage user return carrier list
- AddressBook
- Wycena ofertowa
- Get productsGET
- Get addons for productGET
- Get discount code informationGET
- Get available courier arrival times to the sender for the shipmentGET
- Get paymentsGET
- Get bank account numbersGET
- Get order priceGET
- Get custom required fieldsGET
- Create orderPOST
- Partial order validationPOST
- Create order for courier pick upPOST
- Słowniki
- Szablon przesyłki
- Payments
- AddressBook
- 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
- Orders
Create order for courier pick up
Developing
Testing Env
https://test.api.globkurier.pl
Testing Env
https://test.api.globkurier.pl
POST
/v1/order/createPickup
Request
Header Params
Accept-Language
string
optional
Example:
pl
X-Auth-Token
string
required
Body Params application/json
hash
string
required
Example
{
"hash": "0c3ebbb4541ad45e3cf3804e862ef871e470252329be6c257df2b27b6d30468f"
}
Request 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/v1/order/createPickup' \
--header 'Accept-Language: pl' \
--header 'X-Auth-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"hash": "0c3ebbb4541ad45e3cf3804e862ef871e470252329be6c257df2b27b6d30468f"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-05-22 09:53:01