- 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 userGET
- Update user currencyPATCH
- User return carrier listGET
- Manage user return carrier listPUT
- Wycena ofertowa
- 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
get company for user
Testing Env
https://test.api.globkurier.pl
Testing Env
https://test.api.globkurier.pl
GET
/v2/user/company
User
Request
Query Params
countryId
string
required
tin
string
required
Example:
8600669135
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 GET 'https://test.api.globkurier.pl/v2/user/company?countryId&tin'
Responses
🟢200OK
application/json
Body
companyName
string
optional
Example:
Test name
type
string
optional
Example:
COMPANY
regon
string | null
optional
Example:
531639538
nip
string
optional
Example:
7967813016
city
string | null
optional
Example:
Kielce
street
string | null
optional
Example:
Wyścigowa 5
houseNumber
string | null
optional
Example:
23
apartmentNumber
string | null
optional
Example:
11
postCode
string | null
optional
Example:
22-333
countryId
integer
optional
Example:
1
Example
{
"companyName": "Test name",
"type": "COMPANY",
"regon": "531639538",
"nip": "7967813016",
"city": "Kielce",
"street": "Wyścigowa 5",
"houseNumber": "23",
"apartmentNumber": "11",
"postCode": "22-333",
"countryId": "1"
}
🟠400Bad Request
Modified at 2025-04-11 16:44:57