Logoelepay
Square

List locations

GET
/terminal/locations

Response Body

application/json

OK

TypeScript Definitions

Use the response body type in TypeScript.

curl -X GET "https://api.elepay.io/terminal/locations"
{
  "locations": [
    {
      "id": "string",
      "name": "string",
      "country": "string",
      "description": "string",
      "logoUrl": "string"
    }
  ]
}