Skip to main content
PUT
/
link
/
email
Update Link User Email
curl --request PUT \
  --url https://api.onfabric.io/api/v1/link/email
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

api-key
string

The api key generated from the Fabric developer portal

Query Parameters

user_id
string
required
email
string
required

Response

Successful Response