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-resourceAccepts a DPoP-bound client credentials access token whose audience is this exact resource URL. No end-user data is returned.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” X-FAPI-Interaction-ID
string
Correlation identifier echoed in the response when supplied.
Responses
Section titled “ Responses ”Valid machine-client token.
Media type application/json
object
sub
required
string
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"}