POST
/
export
/
{shortCode}
/
{exportFormat}
curl --request POST \
  --url https://spoo.me/export/{shortCode}/{exportFormat} \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data password=Example@12
This response does not have an example.

Path Parameters

shortCode
string
required

The short code of the URL you want to export data for. Can represent the short code of both regular and emoji URLs.

exportFormat
enum<string>
required

The format for data export

Available options:
json,
csv,
xlsx,
xml

Body

application/x-www-form-urlencoded

Response

200
application/json

Data exported successfully

Downloadable JSON file containing the exported data