WarpLink
API Reference

SDK

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

Validate API Key

GET/sdk/validate

Validate an API key

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

Responses

200Valid API key
FieldTypeDescription
valid*boolean
org_id*string
401Unauthorized
FieldTypeDescription
error*object
403Forbidden
FieldTypeDescription
error*object

On this page