POST
/
public
/
createlink
curl --request POST \
  --url https://api.joylink.io/public/createlink \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "destination": "<string>",
  "trackingid": "<string>"
}'
{
  "url": "<string>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Successfully created short link

The response is of type object.