Skip to main content
GET
/
v1
/
public
/
companies
/
{company_id}
Get Company
curl --request GET \
  --url https://api.sanka.com/v1/public/companies/{company_id} \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "company_id": 123,
  "name": "<string>",
  "address": "<string>",
  "email": "<string>",
  "phone_number": "<string>",
  "url": "<string>",
  "allowed_in_store": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

company_id
string
required

Query Parameters

external_id
string | null

Response

OK

created_at
string<date-time>
required
updated_at
string<date-time>
required
id
string<uuid> | null
company_id
integer | null
name
string | null
address
string | null
email
string | null
phone_number
string | null
url
string | null
allowed_in_store
boolean | null