Skip to main content
GET
/
v1
/
reports
/
verify
/
{short_code}
Resolve a short verification code to its JWS token
curl --request GET \
  --url https://api.example.com/v1/reports/verify/{short_code}
{
  "status": 123,
  "title": "<string>",
  "type": "<string>",
  "detail": "<string>",
  "instance": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs-attestly.code4source.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

short_code
string
required
Required string length: 1 - 64

Response

Successful Response