2021-07-05
1curl https://withpersona.com/api/v1/accounts \2 -H "Authorization: <apiKey>"
1{2 "data": [3 {4 "type": "account",5 "id": "act_ef2mUFHAejxf2XJ5qzU4uMQb",6 "attributes": {7 "reference-id": {},8 "created-at": "2020-01-02T17:42:27.000Z",9 "updated-at": "2020-01-02T18:06:41.000Z"10 }11 },12 {13 "type": "account",14 "id": "act_YcNZJLxuwEuV8jUPbykYQyXG",15 "attributes": {16 "reference-id": "Mike's test",17 "created-at": "2019-12-19T21:42:49.000Z",18 "updated-at": "2019-12-19T21:42:49.000Z"19 }20 },21 {22 "type": "account",23 "id": "act_2wM8yufwLrbMV6kUtGPBxeGS",24 "attributes": {25 "reference-id": {},26 "created-at": "2019-12-18T22:43:03.000Z",27 "updated-at": "2019-12-18T22:43:03.000Z"28 }29 },30 {31 "type": "account",32 "id": "act_LatvE1PdVhfiwcJWVLj4Z25j",33 "attributes": {34 "reference-id": {},35 "created-at": "2019-12-13T08:34:10.000Z",36 "updated-at": "2019-12-13T08:34:10.000Z"37 }38 },39 {40 "type": "account",41 "id": "act_RU3JgzXaAzVV2g2NYLd7ub12",42 "attributes": {43 "reference-id": {},44 "created-at": "2019-12-13T08:32:49.000Z",45 "updated-at": "2019-12-13T08:33:29.000Z"46 }47 },48 {49 "type": "account",50 "id": "act_Eoe14YQ7efbiH73zkTFAkveB",51 "attributes": {52 "reference-id": {},53 "created-at": "2019-12-12T20:50:55.000Z",54 "updated-at": "2019-12-12T20:50:55.000Z"55 }56 },57 {58 "type": "account",59 "id": "act_X5LmoEaYASq3ahQmRRTpMG1t",60 "attributes": {61 "reference-id": {},62 "created-at": "2019-12-05T20:56:43.000Z",63 "updated-at": "2019-12-05T20:56:43.000Z"64 }65 },66 {67 "type": "account",68 "id": "act_6LRELcKmPcx9MxYGk6mdCPJo",69 "attributes": {70 "reference-id": {},71 "created-at": "2019-11-19T00:10:27.000Z",72 "updated-at": "2019-11-19T00:10:27.000Z"73 }74 },75 {76 "type": "account",77 "id": "act_1bRzHZSH17PpXCCnMGoYhzde",78 "attributes": {79 "reference-id": {},80 "created-at": "2019-11-18T17:38:03.000Z",81 "updated-at": "2019-11-18T17:38:03.000Z"82 }83 },84 {85 "type": "account",86 "id": "act_u2Dgz8U3CmxTVgqEH9qzezHi",87 "attributes": {88 "reference-id": {},89 "created-at": "2019-11-15T22:14:41.000Z",90 "updated-at": "2019-11-15T22:14:41.000Z"91 }92 }93 ],94 "links": {95 "prev": {},96 "next": "/api/v1/accounts?page%5Bafter%5D=act_u2Dgz8U3CmxTVgqEH9qzezHi"97 }98}
Returns a list of your organization’s <<glossary:account>>(s).