Logo PopinaPopina API

Get a location by id

Get a location based on an id

GET/v1/locations/{locationId}
authorization<token>

To get an API key, please contact us. We'll be happy to help you.

In: header

Path Parameters

locationIdstring

Response Body

application/json

curl -X GET "https://api.pragma-project.dev/v1/locations/string"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "application": "POPINA",
  "legacyId": -9007199254740991
}