Skip to main content
POST
/
integrations
/
{provider}
/
custom-connection
/
test-and-save
Test and save custom connection
curl --request POST \
  --url https://api.sandbox.flowpayroll.ai/v1/billing/integrations/{provider}/custom-connection/test-and-save \
  --header 'Content-Type: application/json' \
  --header 'X-Auth-Token: <api-key>' \
  --data '
{
  "clientId": "<string>",
  "clientSecret": "<string>"
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.flowpayroll.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Auth-Token
string
header
required

Authentication token for API access

Path Parameters

provider
string
required

Body

application/json
clientId
string
clientSecret
string

Response

OK

success
boolean