Logoelepay
Terminal

List locations

GET
/terminal/locations

Authorization

AuthorizationBearer <token>

API呼出すの認証は、秘密鍵を認証トークンとして扱い、Bearer 認証経由で行われます。 秘密鍵は、全ての API リクエスト操作が可能となる重要なキーなので、取扱いにご注意ください。

In: header

Response Body

application/json;charset=utf-8

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