Path parameters
-
The unique identifier of the application.
GET /api/applications/{id}/secrets
curl \
-X GET https://[tenant_id].logto.app/api/applications/{id}/secrets \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"tenantId": "string",
"applicationId": "string",
"name": "string",
"value": "string",
"createdAt": 42.0,
"expiresAt": 42.0
}
]