Account
Get credential details
get/account/credentials/{credential_id}
Path parameters
credential_idstring uuid required
UUID of the credential to retrieve
Response
credential details
Example response
{
"id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"client_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"name": "credentials_name",
"created_at": 1576300370,
"created_by_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"created_by_email": "user@example.com",
"acl": {
"e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8": "user"
},
"cidrs": [
"10.0.0.47/32",
"192.168.1.0/24"
],
"last_used_at": 1576300370,
"last_used_by_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8"
}