Query parameters

  • email string Required

    Email of account to link

  • password string Required

    Password of account to link

  • agency_id integer(int32) Required

    Agency ID of account to link

Responses

  • 201 application/json

    Add linked account

  • 401

    Failed to link account

POST /linked
curl \
 --request POST 'https://*.syngency.com/admin/api/linked?email=string&password=string&agency_id=42'
Response examples (201)
[
  [
    []
  ]
]