1curl https://production.pier-finance.com/api/configuration/webhook \2 -H "Authorization: Bearer <token>"
1{2 "urls": [3 "https://example.com/webhook1",4 "https://example.com/webhook2"5 ]6}
Get the array of urls that receives Pier webhooks.
urls
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>
The array of urls to send webhooks to