Get verification key

This endpoint will return a JSON Web Key (JWK) needed to validate our webhook messages when provided with the Key ID.

Get verification key

get

Retrieve the indicated verification Key for validating a webhook message

Authorizations
Path parameters
keyIdstring · uuidRequired

ID for the key to be retrieved

Responses
200
Successfully retrieved verification key
application/json
get
GET /api/v1/webhook_verification/{keyId} HTTP/1.1
Host: api.finlink.vumi.io
Authorization: Bearer JWT
Accept: */*
{
  "x": "text",
  "y": "text",
  "alg": "text",
  "crv": "text",
  "kty": "text"
}

Last updated