Request Sandbox KeysSee a Demo
  • Overview
    • Quickstart
    • Payments and Disbursements
    • Errors
    • Webhooks
  • Guides
    • Compliance
    • Starter Mode
    • KYC
    • Line of Credit program
    • Buy Now Pay Later program
  • API Reference
LogoLogo
Request Sandbox KeysSee a Demo
API ReferenceConfiguration

Get webhook URLs

GET
/configuration/webhook
GET
/api/configuration/webhook
1curl https://production.pier-finance.com/api/configuration/webhook \
2 -H "Authorization: Bearer <token>"
Try it
1{
2 "urls": [
3 "https://example.com/webhook1",
4 "https://example.com/webhook2"
5 ]
6}
Get the array of `urls` that receives Pier webhooks.
Was this page helpful?
Previous

Verify a webhook with Pier public key

Next
Built with
Verify a webhook with Pier public key

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Response

This endpoint returns an object.
urlslist of strings
The array of `urls` to send webhooks to

Errors

Bearer authentication of the form Bearer <token>, where token is your auth token.

The array of urls to send webhooks to

Get the array of urls that receives Pier webhooks.