POST
/
link
curl --request POST \
  --url https://api.onfabric.io/api/v1/link
{
  "id": "<string>",
  "token": "<string>",
  "expires": "2023-11-07T05:31:56Z",
  "connection_id": "<string>",
  "status": "created",
  "message": "<string>",
  "revoked": false
}

Headers

api-key
string

The api key generated from the Fabric developer portal

Query Parameters

user_id
string
required

Response

200
application/json
Successful Response

The response is of type object.