consumerkey
Get Consumer Keys list
Get Consumer Keys list
Note: Consumer Keys listing is not allwed when authenticated via Consumer Key.
get/user/consumerKeys
Response
Sucess
Consumer Keys list
Example response
{
"count": 2,
"results": [
{
"consumerKey": "bff5c9436b6da9fe3c1d3379e7dc0f21",
"label": "QA",
"creation_time": "2023-10-12 11:58:11",
"ips": [],
"is_legacy": false,
"permissions": [
"SEND_SMTP",
"SEND_API",
"APIS"
]
},
{
"consumerKey": "1027d089da21adfc7f08dc14303571f3",
"label": "Staging",
"creation_time": "2023-08-02 17:18:00",
"ips": [
"192.168.1.1"
],
"is_legacy": false,
"permissions": [
"SEND_SMTP",
"SEND_API",
"APIS"
]
}
]
}