Triple API and Webhooks
Portfolio Management
Get a Publisher
1min
GET
https://api.tripleup.dev/partner/publishers/{id}
triple Prod
PATH PARAMETERS
id
string
*Example: triple-abc-123
The triple-defined ID for the entity.
RESPONSES
200
Publisher
object
address
object
*A physical address in the world, with required fields.
triple uses address validation services to update and standardize
addresses on our platform. Address data sent to the API may be updated
as we process, validate, and normalize addresses.
assumed_name
string
*Assumed legal name of the Publisher
created_at
string<date-time>
*Example: 2021-12-01T01:59:59.000Z
RFC 3339 date time used for creation and mod times
external_id
string
Partner-provided, external ID for a Publisher.
External IDs should be **stable** and **never sensitive**.
External IDs do not need to be globally unique, but we encourage
the use of UUIDs. They must be unique for the Publisher within
the scope of its parent Portfolio Manager.
To protect against accidental inclusion of sensitive personal
information, external IDs may not be 9-digit numbers or use the
US Tax ID format (###-##-####).
id
string
*Example: triple-abc-123
The triple-defined ID for the entity.
portfolio_manager_id
string
Example: triple-abc-123
The triple-defined ID for the entity.
revenue_share
number
Example: 1.125
The percent-based revenue share of this Publisher.
Only Portfolio Managers may set this value for their Publishers. If
set, this will override the value set at the Portfolio Manager level.
updated_at
string<date-time>
*Example: 2021-12-01T01:59:59.000Z
RFC 3339 date time used for creation and mod times
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?