Get a paginated list of current or archived api keys of an organization
curl --request GET \
--url https://api.example.com/v1/organizations/api_keys \
--header 'X-API-KEY: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request GET \
--url https://api.example.com/v1/organizations/api_keys \
--header 'X-API-KEY: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}