Skip to main content
POST
/
users
/
link
Create link
curl --request POST \
  --url https://api.quivo.co/users/link \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://api-docs.quivo.co/llms.txt

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

Body

application/json

Data to create a new resource at /users/link

Request payload for linking a user account to a seller or organization. Contains user and seller identifiers to establish the association.

token
string

Token or authentication token

Response

Bad request - the request payload is invalid, missing required fields, or contains invalid data.