Skip to main content
POST
/
v1
/
api
/
me
/
connect
/
integrations
Create a new integration (credentials encrypted at rest, never returned)
curl --request POST \
  --url http://service.authmatech.com/v1/api/me/connect/integrations \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "displayName": "<string>",
  "integrationType": "<string>",
  "endpointUrl": "<string>",
  "httpMethod": "<string>",
  "apiKey": "<string>",
  "triggerEvent": "<string>",
  "fieldMappings": {},
  "batchSize": 123,
  "matchedOnly": true
}
'
{}

Authorizations

X-API-KEY
string
header
required

Body

application/json
displayName
string
Required string length: 1 - 100
integrationType
string
Minimum string length: 1
endpointUrl
string
httpMethod
string
apiKey
string
triggerEvent
string
fieldMappings
object
batchSize
integer<int32>
matchedOnly
boolean

Response

200 - */*

OK

The response is of type object.