cURL
curl --request GET \ --url https://api.example.com/api/v1/system/auth/me/ \ --header 'Authorization: Bearer <token>'
{ "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.