GET
/
api
/
v1
/
merchants
/
{merchant_id}
/
verify
/
Verify merchant email
curl --request GET \
  --url https://dev.superpool.unyte.africa/api/v1/merchants/{merchant_id}/verify/ \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

Path Parameters

merchant_id
string
required

Query Parameters

token
string

The verification token sent to the merchant's email

Response

200

Merchant email successfully verified