Skip to content

Transferring Credits

Transfer credits to another RIPE Atlas user by POSTing to:

https://atlas.ripe.net/api/v2/credits/transfer/

Request

json
{
    "recipient": "user@example.com",
    "amount": 1000
}
  • recipient: Email address of a RIPE NCC Access account holder. If they haven't used RIPE Atlas yet, they can use the credits once they visit atlas.ripe.net.
  • amount: Number of credits to transfer from your balance.

Response

A successful transfer returns a link to the created transaction object.