curl --request GET \
--url https://sandbox.cashfree.com/verification/oauth2/user-details \
--header 'Authorization: Bearer <token>' \
--header 'x-api-version: <x-api-version>'Use this API to retrieve user details by passing a valid access token fetched from the OAuth Access Token Generation API.
This endpoint fetches the information associated with the authenticated user.
curl --request GET \
--url https://sandbox.cashfree.com/verification/oauth2/user-details \
--header 'Authorization: Bearer <token>' \
--header 'x-api-version: <x-api-version>'Documentation Index
Fetch the complete documentation index at: https://www.cashfree.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
API version to be used. Format is in YYYY-MM-DD.
"2024-12-01"
Fetch User Details from access token Response Body.
A unique ID created by Cashfree Payments for reference purposes.
"ref123"
It is the unique ID you create to identify the verification request.
"verif123"
A list of scopes associated with the verification, each representing a specific type of user data that can be accessed.
Show child attributes
Was this page helpful?
Suggestions