2021-07-05
1curl https://withpersona.com/api/v1/accounts/account-id \2 -H "Authorization: <apiKey>"
1{2 "data": {3 "type": "account",4 "id": "act_NN1jBFZu2iLusNFHkU7d58Ui",5 "attributes": {6 "reference-id": "user12345",7 "created-at": "2019-12-11T18:51:15.000Z",8 "updated-at": "2019-12-11T18:51:15.000Z"9 }10 }11}