POST
/
integrations
/
{name}
curl --request POST \
  --url https://api.helpyousponsor.com/v1/integrations/{name} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "api": "<string>",
  "client_id": "<string>",
  "email": "<string>",
  "from_address": "<string>",
  "from_name": "<string>",
  "host": "<string>",
  "id": 123,
  "mailchimp_api": "<string>",
  "name": "<string>",
  "organization": "<string>",
  "password": "<string>",
  "privateKey": "<string>",
  "publicKey": "<string>",
  "username": "<string>",
  "website": "<string>"
}'
{
  "message": "<string>"
}

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 edit

Body

application/json
Integration details
api
string
client_id
string
email
string
from_address
string
from_name
string
host
string
id
integer
mailchimp_api
string
name
string
organization
string
password
string
privateKey
string
publicKey
string
username
string
website
string

Response

200
application/json
Successful operation
message
string