docs
  1. Admin Api
  2. Resources
  3. Merchants
  4. Merchant Contacts
  5. Get A Merchant Contact

Get a merchant contact

Get a contact

Rate Limit: 1000 Max attempts within 1 minute.

Path Parameters

ParameterDetails
merchantIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key(%3D|\=)[a-zA-Z0-9-_%\+\. ]*$
merchantContactId
  • required
integer
Example:
1

Responses

200
Contact
application/json
Success
id
integer
Example:
1
name
string
Example:
John Doe
email
string
Example:
foo@bar.org
phone
string
Example:
123456789
cellPhone
string
Example:
123456789
type
string
Example:
general
position
string
Example:
Partner Service
description
string
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
GET/merchants/{merchantIdentifier}/contacts/{merchantContactId}

Request samples

Response samples

200
Contact:
Content type: application/json
Provide Feedback