Skip to content

SDK API Reference / RawAPIResult

Interface: RawAPIResult<T>

Result from raw API request

Type Parameters

T

T = unknown

Properties

data

data: T

Response data


headers?

optional headers: Record<string, string>

Response headers (only included if includeHeaders: true)


status

status: number

HTTP status code