Merchant

Get your merchant data. Serves as a good health check for our services and your API key/access.

get

Returns all internal merchant information associated with the API key.

Header parameters
X-Inveterate-Api-KeystringRequired

Your private Inveterate API key.

Responses
200
Returned upon successful direct action to our database. Action is immediate.
application/json
get
GET /v2.0/admin/merchant HTTP/1.1
Host: 
X-Inveterate-Api-Key: text
Accept: */*
{
  "message": "text",
  "data": {}
}

Last updated

Was this helpful?