List Credentials
POST /acs/credentials/list โ { acs_credentials: [acs_credential, โฆ] }await seam.acs.credentials.list({
acs_user_id: "33333333-3333-3333-3333-333333333333",
acs_system_id: "11111111-1111-1111-1111-111111111111",
user_identity_id: "22222222-2222-2222-2222-222222222222",
is_multi_phone_sync_credential: true,
});[
{
"acs_credential_id": "99999999-9999-9999-9999-999999999999",
"acs_user_id": "33333333-3333-3333-3333-333333333333",
"display_name": "Multi Phone Sync Credential",
"code": null,
"acs_system_id": "11111111-1111-1111-1111-111111111111",
"access_method": "mobile_key",
"workspace_id": "00000000-0000-0000-0000-000000000000",
"created_at": "2024-04-12T03:56:22.396Z",
"is_multi_phone_sync_credential": true
}
]Authentication Methods
Request Parameters
acs_user_id
acs_user_idacs_system_id
acs_system_iduser_identity_id
user_identity_idcreated_before
created_beforeis_multi_phone_sync_credential
is_multi_phone_sync_credentiallimit
limitReturn Type
Last updated
Was this helpful?

