Developer Documentation
Kinabase API
Endpoints
Base URL: https://app.kinabase.com/api/v1/
Auth
post
token
get
status
Records
get
collections/{collectionId}
post
collections/{collectionId}
get
collections/{collectionId}/all
get
collections/{collectionId}/{recordId}
patch
collections/{collectionId}/{recordId}
delete
collections/{collectionId}/{recordId}
patch
collections/{collectionId}/{recordId}/stage
Bulk Records
post
collections/{collectionId}/bulk
patch
collections/{collectionId}/bulk
delete
collections/{collectionId}/bulk
External Records
get
collections/{collectionId}/ext/{externalService}/{externalId}
patch
collections/{collectionId}/ext/{externalService}/{externalId}
delete