curl --request GET \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/credentials \
--header 'Authorization: Bearer <token>'{
"credentials": [
{
"id": "<string>",
"grantId": "<string>",
"type": "<string>",
"status": "<string>",
"issuedAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z"
}
]
}List credentials with optional filters.
curl --request GET \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/credentials \
--header 'Authorization: Bearer <token>'{
"credentials": [
{
"id": "<string>",
"grantId": "<string>",
"type": "<string>",
"status": "<string>",
"issuedAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z"
}
]
}Developer API key
Filter by grant ID
Filter by principal ID
Filter by status
active, revoked List of credentials
Show child attributes