Developer
GET /v1/merchant-domains/match

Match a verified merchant domain

Merchants

Description

Return merchants that have verified the exact requested domain.

Parameters

domain string query required
Exact normalized domain to match

Responses

200 Successful response
application/json
statusstring
Example: success
dataarray [object]
domainstring
Example: techstore.revclic.dev
merchantobject
idinteger
Example: 1
namestring
Example: TechStore
logo_urlstring
Example: https://storage.revclic.dev/merchants/1/logo.jpg
activity_typesarray [string]
Example: ["Shopping \u003e Computers"]
422 Invalid domain
application/json