Get Pickup List
GET
/api/v1/auth/pickup_address/list
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.omisell.com/api/v1/auth/pickup_address/list?page_size=25&page=1' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;'
Response Response Example
{}
Request
Query Params
page_size
number
optional
Example:
25
page
number
optional
Example:
1
Header Params
Content-Type
string
required
Default:
application/json
Authorization
string
required
Default:
Omi {{Token}}
Seller-ID
number
optional
Country
string
optional
Examples:
THVNPHIDMY
Responses
Modified at 2024-07-04 03:21:32