Triple API and Webhooks
Webhooks
Get Webhook Subscription
1min
GET
https://api.tripleup.dev/partner/notifications/{subscriptionArn}
triple Prod
PATH PARAMETERS
subscriptionArn
string
*Example: arn:aws:sns:us-east-1:1234567890:transaction-matching-notifications:7689338f-f44f-4400-a72f-16e09be41268
The AWS ARN for the SNS Subscription
RESPONSES
200
Subscription Detail
object
portfolio_manager_id
string
a portfolio manager that will filter this request to subscribers
publisher_id
string
a publisher_id that will filter this request to subscribers
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?