Get Company

KLINICLY is an Open Source API that's enables innovators and health-tech businesses to easily embed and distribute genuine drugs using our formulary within their products.

HTTP REQUEST

Get Companies

get
Authorizations
AuthorizationstringRequired

Input your Bearer token in this format - Bearer {your token here} to access this WebApi

Query parameters
SearchQuerystringOptional
PageNumberinteger · int32Optional
PageSizeinteger · int32Optional
Responses
200

Success

get
/api/v1/Company

Good to know: This API method was created using the API Method block, it's how you can build out an API method documentation from scratch. Have a play with the block and you'll see you can do some nifty things like add and reorder parameters, document responses, and give your methods detailed descriptions.

Get Companies by ID

Get Company by Id

get

e.g GET /api/v1/company/106b2cc2-f133-4b02-9a3f-38f99758e479

Authorizations
AuthorizationstringRequired

Input your Bearer token in this format - Bearer {your token here} to access this WebApi

Path parameters
Idstring · uuidRequired
Responses
200

Success

get
/api/v1/Company/{Id}

Good to know: This API method was auto-generated from an example Swagger file. You'll see that it's not editable – that's because the contents are synced to an URL! Any time the linked file changes, the documentation will change too.

Get Companies by Lite

Get All Companies For DropDown

get

e.g GET /api/v1/company/dropdown

Authorizations
AuthorizationstringRequired

Input your Bearer token in this format - Bearer {your token here} to access this WebApi

Responses
200

Success

get
/api/v1/Company/lite

Last updated