Get a Credential
POST /acs/credentials/get β { acs_credential }Returns a specified credential.
Request
await seam.acs.credentials.get({
acs_credential_id: "66666666-6666-6666-6666-666666666666",
});Response
{
"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
}Request
seam.acs.credentials.get(acs_credential_id="66666666-6666-6666-6666-666666666666")Response
AcsCredential(
acs_credential_id="99999999-9999-9999-9999-999999999999",
acs_user_id="33333333-3333-3333-3333-333333333333",
display_name="Multi Phone Sync Credential",
code=None,
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,
)Request
Response
Request
Response
Request
Response
Request
Response
Authentication Methods
API key
Personal access token Must also include the
seam-workspaceheader in the request.
Request Parameters
acs_credential_id
acs_credential_idType: string Required: Yes
ID of the desired credential.
Return Type
Last updated
Was this helpful?

