Skip to main content
POST
/
publish-challenge
cURL
curl --request POST \
  --url https://api.plumaa.id/rest/v1/publish-challenge \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "otp": "<unknown>",
  "signature": "<unknown>",
  "expiresAt": "<unknown>"
}
'
true
Publishes a challenge signature. This allows an application to authenticate their users using Plumaa ID as a secure channel.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

Body

application/json
otp
any
required

Identify the communication channel

signature
any
required
expiresAt
any
required

Response

200 - application/json

The response is of type boolean.