Website logo
⌘K
Triple Basics
Triple Overview
Getting Started With Triple's API
Introduction to Triple API Endpoints and Webhooks
Getting Started Overview
Triple API and Webhooks
Affiliate Links
Webhooks
Card Accounts
Offer Display
Offer Activation
Card Programs
Tools
Offer Providers
Offer Filters
Portfolio Management
Rewards
Transactions
User Events
Triple White Label UI
Platform Status
Docs powered by Archbee
Triple API and Webhooks
Offer Filters

Merchants Search

1min
GET
https://api.tripleup.dev/partner/merchant.search
triple Prod
Return a list of Merchants.
QUERY PARAMETERS
page
integer

The page of results for returned Objects.

page_size
integer

The size of pages for returned Objects.

query
string
Query string for merchant names.
RESPONSES
200
Merchant Summaries
object
merchants
object[]
*
total
number
*
Example: 12
The total number of merchants.
400
TripleBadRequestError
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.
403
TripleNotAuthenticatedError
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.
404
TripleInvalidPathError
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.
409
TripleIntegrityError
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.
415
TripleUnsupportedMediaType
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.
422
TripleUnprocessableEntity
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.
500
TripleInternalServerError
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.
501
TripleNotImplementedError
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.
503
TripleServiceUnavailable
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.




Updated 24 Oct 2023
Did this page help you?
PREVIOUS
Delete a Merchant Location
NEXT
Get Filter
Docs powered by Archbee