cURL
curl --request POST \ --url https://test-api.afrainity.com/api/v1/system/auth/refresh/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "password": "<string>", "email": "jsmith@example.com", "phone_number": "<string>" } '
{ "email": "jsmith@example.com", "phone_number": "<string>" }
Authentication for Platform/System Administrators.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
School (tenant) identifier. Must match your account unless you have platform-wide access.
1