curl --request GET \
--url https://api.skulabs.com/store/get \
--header 'Authorization: Bearer <token>'[
{
"_id": "507f1f77bcf86cd799439011",
"name": "<string>",
"type": "<string>"
}
]Retrieve all connected store integrations for the current account.
curl --request GET \
--url https://api.skulabs.com/store/get \
--header 'Authorization: Bearer <token>'[
{
"_id": "507f1f77bcf86cd799439011",
"name": "<string>",
"type": "<string>"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.