Get Subscriptions
Here you can confirm the data subscriptions that are currently active
Get Subscriptions
GET
https://api.sendwyre.com/v3/subscriptions
Query Parameters
Name
Type
Description
offset
integer
Starting position of the query
length
integer
Maximum number of results to return
{
"data": [{
"id": "FD8319A3FA",
"subscribed": "account:AC-F930QD8A2RRR",
"notifyTarget": "https://www.potatoes.com/webhook1",
"createdAt": 1548368619000,
"failure": null,
"failCount": 0
},{
"id": "983SHNAOQZ6",
"subscribed": "account:AC-F930QD8A2RRR",
"notifyTarget": "https://www.potatoes.com/webhook2",
"createdAt": 1548368114000,
"failure": "Callback failed: 403 Forbidden",
"failCount": 2
}],
"recordsTotal": 2,
"position": 0
}
Last updated
Was this helpful?