Retrieve
Get
get/api/v1/iam/personal_clients/{id}
Invokes the c1.api.iam.v1.PersonalClientService.Get method.
Path Parameters
idstring
The id field.
Returns
clientidstringallowSourceCidrarray of stringclientIdstringcreatedAtstringdeletedAtstringdisplayNamestringexpiresTimestringlastUsedAtstringscopedRolesarray of stringupdatedAtstringuserIdstringPersonalClient
optional
The PersonalClient message contains information about a presonal client credential.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/iam/personal_clients/$ID \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{
"client": {
"allowSourceCidr": [
"string"
],
"displayName": "displayName",
"expiresTime": "2019-12-27T18:11:19.117Z",
"scopedRoles": [
"string"
]
}
}