End point to import an account

POST /ext/{siteid}/api/v1/payments/account/import

Path parameters

  • siteid string Required

    Site database ID

application/json

Body Required

Responses

POST /ext/{siteid}/api/v1/payments/account/import
curl \
 --request POST 'https://api.spotipo.com/ext/{siteid}/api/v1/payments/account/import' \
 --header "Authentication-Token: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"endtime":"2025-05-04T09:42:00Z","num_devices":42,"lastname":"string","phonenumber":"string","email":"string","firstname":"string","password":"string"}'
Request examples
{
  "endtime": "2025-05-04T09:42:00Z",
  "num_devices": 42,
  "lastname": "string",
  "phonenumber": "string",
  "email": "string",
  "firstname": "string",
  "password": "string"
}