2. Affiliate Authentication
As a developer of an affiliate platform, I must be authenticated to interact with the Teak APIs.
Acceptance Criteria:
- To create a token, you'll need a
public_keyandsecret_keyto authenticate via the API.- The
public_key&secret_keycan be found in the Client Dashboard within the Affiliate Settings.- The authentication request will return a
token. Thistokencan be used to interact with the other Protecht APIs.
Expected Outcome:
- Authenticated against the Sandbox Environment
- Received an authenticated token
Updated 8 months ago
