Skip to main content
GET
/
carriers
/
dropoffs
cURL
curl --request GET \
  --url https://api.atlast.co/v1/carriers/dropoffs \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "carrierType": "EVRI_CORPORATE",
    "latitude": 123,
    "longitude": 123,
    "addressLine1": "<string>",
    "addressLine2": "<string>",
    "addressLine3": "<string>",
    "postCode": "<string>",
    "city": "<string>",
    "openingHours": [
      {
        "weekDay": "MONDAY",
        "openTime": "<string>",
        "closeTime": "<string>"
      }
    ]
  }
]
Not all carriers At Last supports can provide PUDO locations. We currently support YODEL and EVRI.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

postCode
string
required

Normalised postcode to search for dropoff points <br /> Example: AB1 2CD => ab12cd

carrier
enum<string>[]
required

Comma seperated list of carriers to fetch dropoff locations

Response

200 - application/json

The request has succeeded.

id
string
required
name
string
required

the name of the drop off points, can be a store name.

carrierType
enum<string>
required

Carriers that are currently supported when requesting for drop off locations

Available options:
EVRI_CORPORATE,
YODEL,
ROYAL_MAIL
latitude
number
required

the latitude geo coordinates of the dropoff location

longitude
number
required

the longitude geo coordinates of the dropoff location

addressLine1
string
required
postCode
string
required
addressLine2
string
addressLine3
string
city
string
openingHours
object[]

list of opening hours for this drop off point. Might not be available for the given drop off