POST
/
publish-challenge
curl --request POST \
  --url https://api.plumaa.id/rest/v1/publish-challenge \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "otp": "<any>",
  "signature": "<any>",
  "expiresAt": "<any>"
}'
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

otp
any
required
signature
any
required
expiresAt
any
required

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.