Skip to content

Key Management

The Keys API lets you programmatically manage your API keys instead of using the web interface.

Listing Keys

shell
curl -H "Authorization: Key YOUR-KEY" \
  https://atlas.ripe.net/api/v2/keys/

This returns all API keys belonging to your account, including their labels, permissions, validity windows, and enabled status.