2021-07-05
1curl https://withpersona.com/api/v1/api-logs/api-log-id \2 -H "Authorization: <apiKey>"
1{2 "data": {3 "type": "api-log",4 "id": "req_79BnM1kYUdEfqaGoDR7HbVQV",5 "attributes": {6 "request": {7 "method": "GET",8 "path": "/api/v1/inquiries",9 "headers": {10 "Authorization": "Bearer persona_production_61bd73de-ce28-****-****-************"11 },12 "get-params": {13 "filter": {14 "reference_id": "random-id"15 }16 },17 "post-params": {},18 "ip-address": "127.0.0.1"19 },20 "response": {21 "status": 200,22 "headers": {23 "Request-Id": "req-12345"24 },25 "body": []26 },27 "created-at": "2018-06-01T00:00:00.000+00:00"28 }29 }30}