v2

latestOpenAPI 3.0.02026-08-0793108394.2 KB
Webhook Authentication

get/v1/json_web_key_set/{key_set}

Headers

X-Encircle-Attributionstring

String used to internally identify which integrator made this request on behalf of their users.

Integrators should reuse the same 'X-Encircle-Attribution' value for all their users.

This attribution enables Encircle to provide better assistance to integrators if they encounter any issues.

If not specified, the request will not be associated with any integration services.

X-Encircle-Requeststring

Unique string used to identify each specific request.

Any retries due to connection failures should reuse the same 'X-Encircle-Request' value. This helps prevent duplicate requests from unintentionally being processed again.

If not specified, the request will be treated as unique and it will be processed normally.

Response

An RFC7517 compliant JSON Web Key Set, containing only the public key information.

Can be used by third party systems to verify that requests originate from Encircle systems.

For now, only ES256 keys are supported. Additional algorithms may be added in the future. See section 3.4 of RFC7518 for additional details.