Premium Currency Bulk Update
This endpoint allows updating multiple users' premium currency in a single request by providing the necessary data through a CSV file. Authorization# Found in the platform under community settings > API keys . Permission: Bulk Update User Email,Premium Currency,Premium Currency_op
test@gmail.com,100,addCurrency_op --> add, overwrite, subtract Request Provide your bearer token in the Authorization
header when making requests to protected resources. Example: Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://integration.returning.ai/apis/v1/users/bulk-update-premium-currency' \
--header 'Authorization: Bearer <token>' \
--form 'data=@"/Users/heinwaiyanhtet/Downloads/boolean - Sheet1 (2).csv"' \
--form 'log_name=""' Responses application/json Generate Code
{
"status" : "success" ,
"message" : "Bulk update premium currency process is queued" ,
"data" : {
"message" : "Bulk update premium currency process is queued. You can check in Api Log ( community settings )"
}
} Modified at 2026-02-25 01:54:59