cURL
curl --request POST \ --url https://api.eda.prisme.ai/v2/user/validate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "language": "<string>" } '
{ "error": "BadParameters", "message": "<string>", "details": "<unknown>" }
Ask to send again the account validation link, or verify a validation token to validate the corresponding account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success Response
Was this page helpful?