cURL
curl --request GET \ --url https://staging-api.getpartna.com/v4/account/myprofile \ --header 'x-api-key: <api-key>' \ --header 'x-api-user: <api-key>'
{ "data": { "createdAt": 1755873600, "dob": "2002-09-01", "firstName": "jane", "lastName": "doe", "middleName": "doe", "phoneNumber": "+2349099999999" }, "message": "success" }
Get user account profile.
Documentation IndexFetch the complete documentation index at: https://docs.getpartna.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getpartna.com/llms.txt
Use this file to discover all available pages before exploring further.
get account myprofile ok
Show child attributes
Was this page helpful?