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.

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.