cURL
curl --request GET \ --url https://api.bundle.social/api/v1/analytics/raw-profile \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "profilePostId": "<string>", "socialAccountId": "<string>", "raw": "<any>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z" }
200
The response is of type object.
object
Was this page helpful?