Skip to main content

Request Corrections (Account)

  • Method: POST
  • URL: https://api.tokportal.com/request-corrections-account
  • Auth: X-API-Key

Body:

{ "account_listing_id": "<uuid>", "notice": "Please adjust bio" }

Example:

curl -s -X POST -H "X-API-Key: $API_KEY" -H "Content-Type: application/json" \
-d '{"account_listing_id":"'$ACCOUNT_ID'","notice":"Please adjust bio"}' \
https://api.tokportal.com/request-corrections-account

Errors: invalid_state if not in review/finalized window.