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/validateValidate an SDK key
Validates the provided SDK key and returns the associated organization ID. Used by SDKs to verify configuration.
Responses
200Valid SDK key
| Field | Type | Description |
|---|---|---|
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
| Field | Type | Description |
|---|---|---|
error* | object |
403Forbidden
| Field | Type | Description |
|---|---|---|
error* | object |