Skip to main content
POST
/
v1
/
api
/
me
/
stuck-plus
/
sessions
/
{sessionId}
/
reveal
Secure Reveal — decrypt and return the mobile number (ADMIN only, deducts credits per config)
curl --request POST \
  --url http://service.authmatech.com/v1/api/me/stuck-plus/sessions/{sessionId}/reveal \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "reason": "<string>"
}
'
{}

Authorizations

X-API-KEY
string
header
required

Path Parameters

sessionId
string
required

Body

application/json
reason
string
Required string length: 10 - 500

Response

200 - */*

OK

The response is of type object.