Integrations

Get the current state of a program's integrations.

get
Authorizations
Responses
200
Successful response
application/json
get
GET /partner-api/v2/admin/integrations HTTP/1.1
Host: 
X-API-Key: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "integrations": {
    "square_integration": "text"
  }
}