Skip to main content
POST
/
users
/
@me
/
harvest
Request data harvest
curl --request POST \
  --url https://api.fluxer.app/v1/users/@me/harvest \
  --header 'Authorization: <api-key>'
{
  "harvest_id": "<string>",
  "status": "pending",
  "created_at": "<string>"
}

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Response

Success

harvest_id
string
required

Unique identifier for the harvest request

status
enum<string>
required

Current status of the harvest request

Available options:
pending,
processing,
completed,
failed
created_at
string
required

ISO 8601 timestamp when the harvest request was created