Last updated 10 months ago
This endpoint will return a JSON Web Key (JWK) needed to when provided with the Key ID.
Retrieve the indicated verification Key for validating a webhook message
ID for the key to be retrieved
A JSON Web Key
GET /api/v1/webhook_verification/{keyId} HTTP/1.1 Host: api.finlink.vumi.io Authorization: Bearer JWT Accept: */*
Successfully retrieved verification key
{ "x": "text", "y": "text", "alg": "text", "crv": "text", "kty": "text" }