Add And Whitelist An Rp_tag Contact
Adds a Ripio user (identified by their rp_tag) to the authenticated user’s contact list.
The operation is idempotent — if the contact already exists it is returned without creating a duplicate.
NOTE: The contact is automatically created as whitelisted, meaning it will not require OTP for operations. For this reason it is strongly recommended to have a separate api key with the contacts_write permission.
Authorization
- Requires a valid API key.
Headers
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.
Body
The ripio_tag handle of the user to add as contact (without @).
"juanperez"