A valid request URL is required to generate request examples{
"authorization_grants": [
{
"id": "<string>",
"consent_method": "digital_signature",
"created_at": "<string>",
"expires_at": "<string>",
"grant_type": "claim_specific",
"granted_at": "<string>",
"payer_name": "<string>",
"revoked_at": "<string>",
"scope_count": 123,
"status": "active",
"suspended_at": "<string>",
"updated_at": "<string>"
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}Returns a paginated list of authorizationgrants.
A valid request URL is required to generate request examples{
"authorization_grants": [
{
"id": "<string>",
"consent_method": "digital_signature",
"created_at": "<string>",
"expires_at": "<string>",
"grant_type": "claim_specific",
"granted_at": "<string>",
"payer_name": "<string>",
"revoked_at": "<string>",
"scope_count": 123,
"status": "active",
"suspended_at": "<string>",
"updated_at": "<string>"
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}