Cessio Docs
ReferenceMakerChallenge

One-shot challenge for API-key rotation

First step of `POST /maker/api-key/rotate`: request a one-shot challenge string, then sign it — as UTF-8 text, NOT a prepared-tx hash — with the maker's party key.

POST
/maker/challenge

First step of POST /maker/api-key/rotate: request a one-shot challenge string, then sign it — as UTF-8 text, NOT a prepared-tx hash — with the maker's party key.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/maker/challenge" \  -H "Content-Type: application/json" \  -d '{    "partyId": "string"  }'
{  "challenge": "string"}