Skip to main content
POST
/
api
/
v3
/
applicants
/
{applicant_id}
/
link
/
tg
Link Telegram profile to Applicant
curl --request POST \
  --url https://api.dataspike.io/api/v3/applicants/{applicant_id}/link/tg \
  --header 'Content-Type: application/json' \
  --header 'ds-api-token: <api-key>' \
  --data '{
  "tg_profile": "1234567890"
}'

Authorizations

ds-api-token
string
header
required

Path Parameters

applicant_id
string<uuid>
required

Link by Applicant ID

Example:

"01827ed4-c928-7a3c-9a30-7ab7cc169d11"

Body

application/json

Link Applicant Request

Link Telegram Profile to Applicant

tg_profile
string | null

Telegram ID linked to Applicant

Example:

"1234567890"

Response

200

Link Applicant Response