POST
/
v1
/
auth
/
reauth
Reauthenticate User
curl --request POST \
  --url https://api.tradearies.dev/v1/auth/reauth \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "password": "<string>"
}'
This response does not have an example.

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200

Reauthentication successful