コンテンツにスキップ

Return a minimal FAPI client-credentials resource representation.

GET
/api/protected/fapi-resource
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/protected/fapi-resource

Accepts a DPoP-bound client credentials access token whose audience is this exact resource URL. No end-user data is returned.

X-FAPI-Interaction-ID
string

Correlation identifier echoed in the response when supplied.

Valid machine-client token.

Media type application/json
object
sub
required
string
/^client:/
client_id
required
string
scope
required
string
Example generated
{
"sub": "example",
"client_id": "example",
"scope": "example"
}

Error response.

Media type application/json
object
key
additional properties
Example generated
{
"additionalProperty": "example"
}

Error response.

Media type application/json
object
key
additional properties
Example generated
{
"additionalProperty": "example"
}