/profile endpoint returns everything that makes up your public Tikk presence: your handle, display name, bio, branding assets, and the full list of services you have published. Integrations commonly read this endpoint once at startup to grab the username needed for the embed script and the profile_url to link visitors directly to your booking page.
Endpoint
profile.read
Example request
Request parameters
This endpoint accepts no query parameters.Response schema
string | null
Your Tikk handle. Use this as the
data-domain value in the embed script. null until you claim a username.string | null
Your display name, shown at the top of your booking page.
string | null
Your job title, displayed beneath your name on the booking page.
string | null
Short bio visible to anyone who opens your booking page.
string | null
Fully-qualified URI of your profile photo.
string | null
Fully-qualified URI of your brand logo.
null if you have not uploaded one.string | null
Direct link to your public booking page (e.g.
https://tikk.chat/joeri). null until you pick a username.boolean
Whether your profile is ready to receive bookings.
false while no username has been claimed.array
All active services published on your profile.
Example response
Use the
username field as the data-domain attribute in the Tikk embed script to surface your booking page inline on any website. See the embed guide for the full setup instructions.profile_complete is false and both profile_url and all embed_url values are null until you claim a username in your Tikk account settings. Bookings cannot be received while profile_complete is false.