How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Stacker Records API

CRUD operations on records within an object

Stacker Records API is one of 4 APIs that Stacker publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Records. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 6 operations across 4 paths, and defines 7 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://api.go.stackerhq.com.

6 operations 4 paths 7 schemas 1 DELETE1 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api.go.stackerhq.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Stacker Records API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Integration-Key (IntegrationKey). By default, every request must be authenticated.

  • IntegrationKey — Personal integration key from Account Settings Integrations

Paths & Operations 6

Across 4 paths, the API surfaces 6 operations — 1 DELETE, 1 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Records 6

CRUD operations on records within an object

POST
/api/external/objects/{object_sid}/search/
Search Records
searchRecords 3 params body → 200
POST
/api/external/objects/{object_sid}/records/
Create Record
createRecord 3 params body → 201
GET
/api/external/objects/{object_sid}/records/{record_sid}/
Get Record
getRecord 5 params → 200
PATCH
/api/external/objects/{object_sid}/records/{record_sid}/
Update Record
updateRecord 4 params body → 200
DELETE
/api/external/objects/{object_sid}/records/{record_sid}/
Delete Record
deleteRecord 4 params → 204
POST
/api/external/objects/{object_sid}/bulk-records/
Bulk Upsert Records
bulkUpsertRecords 3 params body → 200

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are SearchRequest (7 properties), RecordListResponse (4 properties), SearchFilter (3 properties), BulkUpsertResponse (2 properties). Each schema is shown below with its type and property counts.

RecordCreateRequest
object
Key-value pairs where keys are field API names and values are the field values. Optionally include includefields to filter the response.
SearchRequest
object
7 properties
RecordUpdateRequest
object
Key-value pairs for fields to update. Only specified fields are modified.
Record
object
1 property
RecordListResponse
object
4 properties
BulkUpsertResponse
object
2 properties
SearchFilter
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

stacker-records-api-openapi.yml Raw ↑

Other APIs Stacker publishes across the network.

Stacker Accounts API
Stacker Hello API
Stacker Objects API
Where this information came from

This is an independent, third-party profile of Stacker Records API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.