Members
View and manage credit-sharing memberships:
shell
# List members
curl -H "Authorization: Key YOUR-KEY" \
https://atlas.ripe.net/api/v2/credits/members/
# Claim membership
curl -X POST \
-H "Authorization: Key YOUR-KEY" \
https://atlas.ripe.net/api/v2/credits/members/claim/For full details, see the REST API Reference.