Retrieves the details of all credentials in the account.
GET
https://api.plivo.com/v1/Account/{auth_id}/Zentrunk/Credential/
No arguments need to be passed.
A dictionary with an objects property that contains an array of Credentials objects.
{
"api_id": "a04ad809-3b78-4bbe-9baf-acfc7800b10f",
"meta": {
"limit": 2,
"offset": 0,
"total_count": 109,
"previous": null,
"next": "v1/Account/{auth_id}/Zentrunk/Credential/?limit=2&offset=2"
},
"objects": [
{
"credential_uuid": "f19c4773-4ae6-4b75-92ea-9cf3ea4227d6",
"name": "dummy1",
"username": "dummy1_username"
},
{
"credential_uuid": "c4773-4ae6-4b75-92ea-9cf3ea4227d6",
"name": "dummy1",
"username": "dummy2_username"
}
]
}
1
2
curl -i --user AUTH_ID:AUTH_TOKEN \
https://api.plivo.com/v1/Account/{auth_id}/Zentrunk/Credential/