GET
/
integrations
/
{name}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/integrations/{name} \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

name
string
required

The name of the integration to get

Response

200
application/json
Successful operation
data
object

The integration data