WarpLink
API Reference

SDK

SDK authentication endpoint used by the WarpLink mobile SDKs to validate SDK keys before sending attribution and event data.

Validate SDK Key

GET/sdk/validate

Validate an SDK key

Validates the provided SDK key and returns the associated organization ID. Used by SDKs to verify configuration.

Responses

200Valid SDK key
FieldTypeDescription
valid*boolean
org_id*string
domains*string[]Link domains owned by the organization, including verified custom domains. SDKs use this to recognize WarpLink links.
401Unauthorized
FieldTypeDescription
error*object
403Forbidden
FieldTypeDescription
error*object

On this page