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