curl --request GET \
--url 'https://response.stateset.com/api/v1/integrations' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "integrations",
"shopify": {
"connected": true,
"shop": "string",
"scopes": "string",
"connect_url": "string"
},
"gorgias": {
"connected": true,
"domain": "string",
"username": "string",
"connect_url": "string"
},
"knowledge_base": {
"configured": true
},
"next_action": "string"
}
Shopify and Gorgias connection status (identifiers, never tokens)
Connection status for Shopify, Gorgias and the knowledge base. Tokens are reduced to booleans and never returned.
GET
/
api
/
v1
/
integrations
curl --request GET \
--url 'https://response.stateset.com/api/v1/integrations' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "integrations",
"shopify": {
"connected": true,
"shop": "string",
"scopes": "string",
"connect_url": "string"
},
"gorgias": {
"connected": true,
"domain": "string",
"username": "string",
"connect_url": "string"
},
"knowledge_base": {
"configured": true
},
"next_action": "string"
}
Response
object
string
required
object
required
Show shopify
Show shopify
object
required
Show gorgias
Show gorgias
object
required
Show knowledge_base
Show knowledge_base
boolean
required
Whether a knowledge-base collection has been provisioned for the org.
string
required
A one-sentence suggestion: connect Shopify, connect Gorgias, or refresh store knowledge.
Status codes
| Code | Meaning |
|---|---|
200 | Connection status for Shopify, Gorgias and the knowledge base. Tokens are reduced to booleans and never returned. |
401 | Missing, invalid, or expired API key. |
403 | The key lacks a required scope. |
429 | Rate limit exceeded. |
Access
| Required scope | agents:read |
| Rate limit | 120 requests per minute |
curl --request GET \
--url 'https://response.stateset.com/api/v1/integrations' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "integrations",
"shopify": {
"connected": true,
"shop": "string",
"scopes": "string",
"connect_url": "string"
},
"gorgias": {
"connected": true,
"domain": "string",
"username": "string",
"connect_url": "string"
},
"knowledge_base": {
"configured": true
},
"next_action": "string"
}
Last modified on August 31, 2026