curl --request GET \
--url https://api.bunny.net/apikey \
--header 'AccessKey: <api-key>'{
"CurrentPage": 123,
"TotalItems": 123,
"HasMoreItems": true,
"Items": [
{
"Id": 123,
"Key": "<string>",
"Roles": [
"<string>"
]
}
]
}The list of all API keys on the account
curl --request GET \
--url https://api.bunny.net/apikey \
--header 'AccessKey: <api-key>'{
"CurrentPage": 123,
"TotalItems": 123,
"HasMoreItems": true,
"Items": [
{
"Id": 123,
"Key": "<string>",
"Roles": [
"<string>"
]
}
]
}API Access Key authorization header
5 <= x <= 1000Was this page helpful?