ApiTrust anchors
Returns one trust anchor.
Retrieves one tenant-level trust anchor for configuration screens and entry-point setup. HMAC signing secrets remain write-only and are represented only by the response's has-secret flag.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
trustAnchor*string
The anchor id.
Format
uuidtenant*string
The tenant identifier
Response Body
curl -X GET "https://api.fruxon.com/v1/tenants/string/trustAnchors/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"id": "00000000-0000-0000-0000-000000000000",
"name": "string",
"kind": "HMAC_SECRET",
"hasSecret": false,
"issuer": "string",
"audience": "string",
"environmentClaim": "string",
"allowedSignInProviders": [
"string"
],
"createdAt": 0,
"modifiedAt": 0
}Empty
Empty
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}