Get recipient by Id.
Get a recipient by it's id. They are use to send webhooks and each store a name, a HMAC secret key and an optional API key.
GET
/v1/recipients/{id}authorization<token>
To get an API key, please contact us. We'll be happy to help you.
In: header
Path Parameters
idstring
Response Body
application/json
curl -X GET "http://localhost:4007/v1/recipients/string"{
"id": "5f99d799-73d4-43e0-b247-65918dcdb85f",
"createdAt": "2021-08-02T16:52:15.000Z",
"updatedAt": "2021-08-02T16:52:15.000Z",
"name": "recipient-test"
}