Skip to main content
GET
cURL

Overview

The get method retrieves a single record by its ID from the specified object. This is the most accurate way to fetch a specific record when you know its ID. If the record doesn’t exist, an error will be returned.

Examples

This retrieves a specific company record:
This retrieves a record from a custom object:

Usage

Authorizations

x-api-key
string
header
required

Path Parameters

object_name
string
required
record_id
string
required

Response

Response for a successful get operation.

Response for a successful get operation.

status
enum<string>
required
Available options:
success
data
object
required