curl --request GET \
--url https://api.sanka.com/api/v1/public/companies \
--header 'Authorization: Bearer <token>'[
{
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"company_id": 123,
"name": "<string>",
"address": "<string>",
"email": "<string>",
"phone_number": "<string>",
"url": "<string>",
"allowed_in_store": true
}
]curl --request GET \
--url https://api.sanka.com/api/v1/public/companies \
--header 'Authorization: Bearer <token>'[
{
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"company_id": 123,
"name": "<string>",
"address": "<string>",
"email": "<string>",
"phone_number": "<string>",
"url": "<string>",
"allowed_in_store": true
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.