First Party API

Get consent data and insights for your first-party connects. Before initiating the insights don't forget to create a verification URL and verify the creator.

https://youtu.be/pMTdmV3B0mk

POST - Create Verification URL

Used to get the Redirect URL to verify creator. A redirected URL in the response will be used to redirect the creator to connect their web page.

POST PARAMS

ATTRIBUTES
DESCRIPTION

connector

The social connector flow needs to be triggered for the creator. Currently supported values are YouTube and Instagram.

redirectUrl

The url where creator needs to be redirected back once the verification flows are completed for the creator.

state

The state parameter should be used to avoid forgery attacks, pass in a value that's unique to the creator you're authenticating.

PAYLOAD

OUTPUT(JSON)

POST - Verify Creator

This API is endpoint for getting creator details after successful verification.

POST PARAMS

ATTRIBUTES
DESCRIPTION

state

pass the same value that were passed in Create Verification API.

token

pass the token received on the front-end from the redirection URL.

PAYLOAD

OUTPUT(JSON)

GET - Get Instagram Creator Insights

Retrieve the Instagram insights for the specific creator.

https://app.ylytic.com/ylytic/api/v1/insights/consented/instagram/overall?identifier=4d94b100-750c-4d24-8380-861aaaa2c3a4

OUTPUT (JSON)

Last updated