When i visit the endpoint '/api/v1/users/me/data/csv
', i receive the following message:
{
"error": {
"title": "Unauthorized",
"message": "You are not authorized to perform that action. Please use the api_key
parameter with your registered key.",
"status": 401
}
}
The endpoint is supposed to go to the buckets and write data as a CSV that the user can download. I am not sure what "api_key" they are referring to here.
Could this just be that i am not using accessing the correct bucket or is it that i am not using the correct key?