GET /loyalty/{channelLinkId}/sso

Path parameters

  • channelLinkId string Required

Query parameters

  • code string Required

    authorization code coming from an oauth flow

  • returnUrl string

    Encoded URL of the store to redirect to after logging in

    Default value is null.

Responses

  • 302 text/plain

    302

GET /loyalty/{channelLinkId}/sso
curl \
 --request GET 'https://api.staging.deliverect.com/loyalty/{channelLinkId}/sso?code=string' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (302)
{"value" => ""}