Skip to main content

Get User Profile

Get user profile.

Responses

Request has been handled successfully.


Schema
    success boolean
    data object
    id string
    createdAt date-time
    email string
    firstName string
    lastName string
    photoUrl string
GET /v1/users/profile

Authorization

name: x-auth-tokentype: apiKeyin: headerdescription: The JWT access token required for accessing the endpoints.
name: x-client-idtype: apiKeyin: headerdescription: Your client id

Request

Base URL
https://apis-prelive.quran.foundation/auth
x-auth-token
x-client-id
curl / cURL
curl -L -X GET 'https://apis-prelive.quran.foundation/auth/v1/users/profile' \
-H 'Accept: application/json' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'