cURL
curl --request GET \ --url https://api-dev.paygen.online/accounts/{accountId}/details/{detailId} \ --header 'Authorization: Bearer <token>'
{ "statusCode": 123, "message": "<string>", "data": { "_id": "<string>", "type": "<string>", "details": {}, "provider": "<string>", "isPrimary": true } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Account detail fetched successfully.
Hide child attributes