Path parameters
-
The unique identifier of the resource.
GET /api/resources/{id}
curl \
-X GET https://[tenant_id].logto.app/api/resources/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"tenantId": "string",
"id": "string",
"name": "string",
"indicator": "string",
"isDefault": true,
"accessTokenTtl": 42.0
}