Skip to main content
POST
/
instagram
/
{merchant_id}
/
account
/
connect
Error
A valid request URL is required to generate request examples
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

merchant_id
string
required

Query Parameters

encrypted_user_token
string
required

Base64 string containing public key encrypted short lived user token obtained from facebook auth

redirect_uri
string
required

Redirect uri used in oauth flow

Response

Successful Response