hubs
Create a new client hub.
Creates a new hub associated with your account. Hubs represent physical locations (such as stores or warehouses) from which parcels can be picked up or delivered to.
post/v1/hubs
Request body
Example request
{
"location": {
"lat": 40.4489254,
"lon": -3.6730293
}
}Response
Hub created successfully.
Example response
{
"id": "4f627a06d74011ec97dd06d73193996d"
}