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