Skip to main content
GET
/
api
/
v3
/
locations
/
{locationId}
Get Location
curl --request GET \
  --url https://server.stage.overflow.co/api/v3/locations/{locationId} \
  --header 'x-client-id: <api-key>'
{
  "data": {
    "id": "7710f34fd5061afeec3eab59",
    "createdAt": "2025-01-01T00:00:00.000Z",
    "updatedAt": "2025-01-01T00:00:00.000Z",
    "archivedAt": null,
    "name": "Main Campus",
    "hideFromDonors": false
  }
}

Authorizations

x-client-id
string
header
required

Client ID for API authentication

Path Parameters

locationId
string
required

The Id of the location to get.

Example:

"2ea1ae03ca521e437db76d76"

Response

data
object
required

Location for the given id.