verify_attribution_token
Decode and validate Syndicate Links attribution tokens to verify affiliate IDs, program details, and expiration status without recording conversions.
Instructions
Decode and validate a Syndicate Links attribution token (slat_v1_ prefix). Returns the token payload (affiliateId, programId, trackingCode, issuedAt, expiry) if valid, or an error description if the token is invalid or expired. Does not record a conversion — use track_agent_conversion for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The slat_v1_ prefixed attribution token to verify. |