Skip to main content
POST
/
api
/
accounts
/
{id}
/
connect
Connect
curl --request POST \
  --url https://api.easierprop.com/api/accounts/{id}/connect \
  --header 'X-API-Key: <api-key>'
{
  "ok": true,
  "data": {
    "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "connected": true
  }
}

Authorizations

X-API-Key
string
header
required

Client API key (prefixed with sk_)

Path Parameters

id
string<uuid>
required

Account ID

Response

Connected

ok
boolean
Example:

true

data
object