v1

latestOpenAPI 3.0.32026-07-134103031.5 MB
Targets

Configure or Replace Message Signature

Creates a new signature configuration or completely replaces an existing one for the specified target. Enabling is implicit on successful creation/replacement.

put/targets/{id}/signature/

Path parameters

idstring required

Request body

signature_methodstring required

The signature method to configure. Must be one of: xpay, http-v1, jwt-v1.

Response

configuredboolean required

Indicates if message signature is configured for the target.

enabledboolean required

Indicates if message signature is currently enabled for the target.

signature_methodstring nullable required

The signature method configured for the target.
Returns null if signature is not configured.