Skip to main content
GET
/
v1
/
merchants
/
{terminal}
Look up a terminal
curl --request GET \
  --url https://api.swippee.com/v1/merchants/{terminal} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "merchant": "Example Cafe",
    "mcc": "5814",
    "category": "dining",
    "city": "Kathmandu",
    "terminal": "2222000000000000"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.swippee.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your API key from the dashboard, sent as Authorization: Bearer swippee_sk_live_....

Path Parameters

terminal
string
required

Response

Merchant

data
object