List Terminals
Endpoint
GET https://api.test.devs.beadpay.io/Locations/{locationId}/terminalsName
Example
Notes
Path parameter
Name
Type
Description
Request example
curl -X GET \
"https://api.test.devs.beadpay.io/Locations/123123/terminals" \
-H "accept: */*" \
-H "Authorization: Bearer <YOUR_ACCESS_TOKEN>"Response example (trimmed)
[
{
"id": "tlm_8e6b42",
"created": "2025-04-24T22:56:18.337Z",
"updated": "2025-04-24T23:05:41.102Z",
"merchantId": "mrc_7f4a2d3e4b",
"merchantLocationId": "123123",
"name": "Front Counter POS",
"description": "Main checkout terminal",
"displayLogo": true,
"webhookUrl": "https://example.com/webhooks/terminal/tlm_8e6b42",
"isEnabled": true,
"tenderTypes": ["ethereum"]
}
]Field descriptions
Field
Type
Description
Response codes
HTTP status
Meaning
Body
Usage tips
Operation
Description
Last updated