Get Merchant Info
curl --request GET \
--url https://api.example.com/{version}/merchants/merchant-info \
--header 'Authorization: Bearer <token>'{
"id": 123,
"name": "<string>",
"type": "<string>",
"email": "<string>",
"phone": "<string>"
}merchants
Get Merchant Info
GET
/
{version}
/
merchants
/
merchant-info
Get Merchant Info
curl --request GET \
--url https://api.example.com/{version}/merchants/merchant-info \
--header 'Authorization: Bearer <token>'{
"id": 123,
"name": "<string>",
"type": "<string>",
"email": "<string>",
"phone": "<string>"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Allowed value:
"v1"Query Parameters
Available options:
MICRO_ORGANIZATION, ORGANIZATION Last modified on June 23, 2026
Was this page helpful?
⌘I
