Proxy
Third party API proxy
POST https://api-b2b.bigcommerce.com/api/v2/io/proxy⚠️
This endpoint is deprecated.
Request
Get response data of third party APIs through this API.
Authentication
- authToken in header
Parameters
- authToken in header - stringrequiredAuth token in header.
Body
object | application/json
Request body
datastring
Request data of your third party requestmethodstring
requiredHTTP request method, get/post/put/deleteparamsstring
Request parameters of your third party requestproxyTypestring
requiredThird party type or name, such as BigCommerceurlstring
requiredUrl of request
example
{
"data": "string",
"method": "string",
"params": "string",
"proxyType": "string",
"url": "string"
}
Response
Response Success
Body
object | application/json
codenumber
Response status code
example
{
"code": 200,
"message": "Success"
}
Did you find what you were looking for?