cURL
curl --request GET \ --url https://api.youka.io/api/v1/me \ --header 'Authorization: Bearer <token>'
{ "userId": "<string>", "email": "jsmith@example.com", "apiKeyId": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Authenticated account identity
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
هل كانت هذه الصفحة مفيدة؟