ShopCreate a clickout link to access the shop

Create a clickout link to access the shop

Creates a new clickout link to access the shop

curl -X POST "https://api.getkini.com/clickout/" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -d '{
  "external_job_id": 123,
  "email": "user@example.com"
}'
{
  "data": "example_string"
}
POST
/clickout/
POST
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

Bearer API Key Authentication. Include your API key in the Authorization header.

Bearer API Key Authentication. Include your API key in the Authorization header.
Content-Typestring
Required

The media type of the request body

Options: application/json
external_job_idinteger
Required

External Job ID of the job to promote

emailstring
Required

Email address of the user

Format: email
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Bearer API Key Authentication. Include your API key in the Authorization header.

Body

application/json
external_job_idinteger
Required

External Job ID of the job to promote

emailstring
Required

Email address of the user

Responses

Was this page helpful?