Download OpenAPI specification:
This document describes the authenticated portal API and the public
webhook that power the JobBoard frontend. Every operation is scoped to
exactly one of: a tenant, an organization, or the calling user. Provide
the OAuth2 bearer token together with the required scope-selection header
(X-Tenant-ID or X-Organization-ID); user-scoped operations need the
token alone. Authenticated endpoints return 401 when the bearer token
(or session cookie) is missing or invalid; operations with parseable
inputs return 400 on malformed ids or bodies; any operation may return
500 on internal errors.
list as a bare array (the pre-pagination behavior, kept for
existing clients); specifying offset or count opts into
pagination and returns the JobPage envelope with total.
| offset | integer [ 0 .. 4294967295 ] Offset into the newest-first job list. Specifying |
| count | integer [ 0 .. 4294967295 ] Maximum number of jobs to return. Specifying |
object (JobFilter) Optional filter selectors in |
[ ]| ai_context_info | string |
| ai_instructions | string |
| archive_at | integer <int64> Unix timestamp (ms). |
| auto_invite required | boolean |
| benefits required | Array of strings |
| category_id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
CvRequest (string) or null Whether the chatbot asks for a CV. | |
| description required | string |
| export_alternative_id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| export_emails required | Array of strings |
| export_template required | string (ExportTemplate) Enum: "default" "softGarden" |
boolean or null | |
| import_reference | string |
| invite_link required | string |
JobLanguage (string) or null Language of the job's candidate-facing content; | |
| link | string |
| location_ids required | Array of strings <int64> (Id) [ items <int64 > ] |
| name required | string |
| notify_contacts required | boolean |
| primary_contact_person_id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| required_questions required | Array of strings |
| requirements required | Array of strings |
SalaryQuestion (string) or null How the interviewer asks this job's candidates for their salary
expectation. Absent or | |
SalaryHandling (string) or null What the interviewer does with the salary expectation: asks and checks
it against | |
SalaryRange (object) or null The pay band the tenant budgets for this job. Internal — never shown
to candidates; the interviewer only compares against it. | |
| secondary_contact_person_id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| starting_date | integer <int64> Unix timestamp (ms). |
| status required | string (JobStatus) Enum: "draft" "published" "paused" "archived" "deleted" |
| tasks required | Array of strings |
| timemodel required | string (WorkingTimeModel) Enum: "unspecified" "fullTime" "partTime" "miniJob" "fullOrPartTime" |
string or null Read-only: the job's stable WhatsApp short link
(302-redirects to | |
| workmodel required | string (EmploymentRelationship) Enum: "unspecified" "permanent" "temporary" "internship" "training" "workingStudent" "studientAssistent" "practiceIntegratedStudent" "freelance" Type of employment offered. |
{- "ai_context_info": "string",
- "ai_instructions": "string",
- "archive_at": 0,
- "auto_invite": true,
- "benefits": [
- "string"
], - "category_id": "string",
- "cv_request": "unspecified",
- "description": "string",
- "export_alternative_id": "string",
- "export_emails": [
- "string"
], - "export_template": "default",
- "homeoffice": true,
- "import_reference": "string",
- "invite_link": "string",
- "language": "unspecified",
- "link": "string",
- "location_ids": [
- "string"
], - "name": "string",
- "notify_contacts": true,
- "primary_contact_person_id": "string",
- "required_questions": [
- "string"
], - "requirements": [
- "string"
], - "salary_question": "single",
- "salary_handling": "ask_and_check",
- "salary_range": {
- "currency": "Euro",
- "freq": "Yearly",
- "max": 0,
- "mid": 0,
- "min": 0
}, - "secondary_contact_person_id": "string",
- "starting_date": 0,
- "status": "draft",
- "tasks": [
- "string"
], - "timemodel": "unspecified",
- "whatsapp_link": "string",
- "workmodel": "unspecified"
}{- "id": "string"
}| id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| ai_context_info | string |
| ai_instructions | string |
| archive_at | integer <int64> Unix timestamp (ms). |
| auto_invite required | boolean |
| benefits required | Array of strings |
| category_id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
CvRequest (string) or null Whether the chatbot asks for a CV. | |
| description required | string |
| export_alternative_id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| export_emails required | Array of strings |
| export_template required | string (ExportTemplate) Enum: "default" "softGarden" |
boolean or null | |
| import_reference | string |
| invite_link required | string |
JobLanguage (string) or null Language of the job's candidate-facing content; | |
| link | string |
| location_ids required | Array of strings <int64> (Id) [ items <int64 > ] |
| name required | string |
| notify_contacts required | boolean |
| primary_contact_person_id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| required_questions required | Array of strings |
| requirements required | Array of strings |
SalaryQuestion (string) or null How the interviewer asks this job's candidates for their salary
expectation. Absent or | |
SalaryHandling (string) or null What the interviewer does with the salary expectation: asks and checks
it against | |
SalaryRange (object) or null The pay band the tenant budgets for this job. Internal — never shown
to candidates; the interviewer only compares against it. | |
| secondary_contact_person_id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| starting_date | integer <int64> Unix timestamp (ms). |
| status required | string (JobStatus) Enum: "draft" "published" "paused" "archived" "deleted" |
| tasks required | Array of strings |
| timemodel required | string (WorkingTimeModel) Enum: "unspecified" "fullTime" "partTime" "miniJob" "fullOrPartTime" |
string or null Read-only: the job's stable WhatsApp short link
(302-redirects to | |
| workmodel required | string (EmploymentRelationship) Enum: "unspecified" "permanent" "temporary" "internship" "training" "workingStudent" "studientAssistent" "practiceIntegratedStudent" "freelance" Type of employment offered. |
{- "ai_context_info": "string",
- "ai_instructions": "string",
- "archive_at": 0,
- "auto_invite": true,
- "benefits": [
- "string"
], - "category_id": "string",
- "cv_request": "unspecified",
- "description": "string",
- "export_alternative_id": "string",
- "export_emails": [
- "string"
], - "export_template": "default",
- "homeoffice": true,
- "import_reference": "string",
- "invite_link": "string",
- "language": "unspecified",
- "link": "string",
- "location_ids": [
- "string"
], - "name": "string",
- "notify_contacts": true,
- "primary_contact_person_id": "string",
- "required_questions": [
- "string"
], - "requirements": [
- "string"
], - "salary_question": "single",
- "salary_handling": "ask_and_check",
- "salary_range": {
- "currency": "Euro",
- "freq": "Yearly",
- "max": 0,
- "mid": 0,
- "min": 0
}, - "secondary_contact_person_id": "string",
- "starting_date": 0,
- "status": "draft",
- "tasks": [
- "string"
], - "timemodel": "unspecified",
- "whatsapp_link": "string",
- "workmodel": "unspecified"
}encodes the job's stable short link (whatsapp_link on the job),
so printed codes survive message-wording changes. 404 when the
job is not in this workspace or the tenant has no WhatsApp channel.
| id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| If-None-Match | string Revalidation: a previously returned |
Same content and 404 conditions as the PNG variant.
| id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| If-None-Match | string Revalidation: a previously returned |
| Accept-Language | string Enum: "de" "en" Response language; one of de, en. Absent or unsupported values fall back to de. |
{- "ai_context_info": "string",
- "ai_instructions": "string",
- "default_cv_request": "unspecified",
- "default_imprint_url": "string",
- "default_privacy_policy_url": "string",
- "default_required_questions": [
- "string"
], - "default_salary_question": "single",
- "default_salary_handling": "ask_and_check",
- "default_terms_of_service_url": "string",
- "groups": [
- {
- "name": "string",
- "priority": 0,
- "color": "string"
}
], - "name": "string",
- "tags": [
- {
- "name": "string",
- "color": "string"
}
]
}string or null Organization-level settings. Two kinds live here, and they behave differently. | |
string or null | |
CvRequest (string) or null | |
string or null | |
string or null | |
Array of strings or null | |
SalaryQuestion (string) or null The | |
SalaryHandling (string) or null The | |
string or null | |
(Array of ApplicationGroupSet (ApplicationGroup (object) or null)) or null | |
| name required | string |
(Array of ApplicationTagSet (ApplicationTag (object) or null)) or null |
{- "ai_context_info": "string",
- "ai_instructions": "string",
- "default_cv_request": "unspecified",
- "default_imprint_url": "string",
- "default_privacy_policy_url": "string",
- "default_required_questions": [
- "string"
], - "default_salary_question": "single",
- "default_salary_handling": "ask_and_check",
- "default_terms_of_service_url": "string",
- "groups": [
- {
- "name": "string",
- "priority": 0,
- "color": "string"
}
], - "name": "string",
- "tags": [
- {
- "name": "string",
- "color": "string"
}
]
}| size | integer [ 0 .. 4294967295 ] Square render size in px (clamped to 16..=1024). When set, the
logo is returned as a padded |
| If-None-Match | string Revalidation: a previously returned |
| Accept-Language | string Enum: "de" "en" Response language; one of de, en. Absent or unsupported values fall back to de. |
{- "about_us_text": "string",
- "about_us_title": "string",
- "ai_context_info": "string",
- "ai_instructions": "string",
- "color_1": "string",
- "color_2": "string",
- "default_cv_request": "unspecified",
- "default_job_language": "unspecified",
- "groups": [
- {
- "name": "string",
- "priority": 0,
- "color": "string"
}
], - "imprint_link": "string",
- "mail_language": "de",
- "name": "string",
- "privacy_policy_link": "string",
- "retention_days": 0,
- "social_facebook": "string",
- "social_instagram": "string",
- "social_linkedin": "string",
- "social_x": "string",
- "social_xing": "string",
- "social_youtube": "string",
- "summary_language": "de",
- "tags": [
- {
- "name": "string",
- "color": "string"
}
], - "terms_of_service_link": "string",
- "thank_you_page_link": "string",
- "whatsapp_link": "string"
}| about_us_text required | string |
| about_us_title required | string |
| ai_context_info | string |
| ai_instructions | string |
| color_1 required | string^#[0-9a-f]{6}([0-9a-f]{2})?$ Primary color. |
| color_2 required | string^#[0-9a-f]{6}([0-9a-f]{2})?$ Secondary color. |
CvRequest (string) or null Whether the chatbot asks for a CV on jobs of this workspace whose
own | |
JobLanguage (string) or null Default language for jobs whose own language is | |
(Array of ApplicationGroupSet (ApplicationGroup (object) or null)) or null | |
| imprint_link required | string |
MailLanguage (string) or null Language of the platform's internal notification and account mails
to the tenant's contacts. German for tenants that never set it.
| |
| name required | string |
| privacy_policy_link required | string |
integer or null Application-data retention in whole days: applications are
irreversibly deleted once older than this (counted from process
completion). | |
| social_facebook required | string |
| social_instagram required | string |
| social_linkedin required | string |
| social_x required | string |
| social_xing required | string |
| social_youtube required | string |
SummaryLanguage (string) or null Language of the AI-generated qualification summary. German for
tenants that never set it. | |
(Array of ApplicationTagSet (ApplicationTag (object) or null)) or null | |
| terms_of_service_link | string |
| thank_you_page_link | string Read-only: synthesised from the tenant slug on read (never null); values supplied on write are silently discarded. |
string or null Read-only: the tenant's stable WhatsApp short link for the general
(job-independent) application entry (302-redirects to |
{- "about_us_text": "string",
- "about_us_title": "string",
- "ai_context_info": "string",
- "ai_instructions": "string",
- "color_1": "string",
- "color_2": "string",
- "default_cv_request": "unspecified",
- "default_job_language": "unspecified",
- "groups": [
- {
- "name": "string",
- "priority": 0,
- "color": "string"
}
], - "imprint_link": "string",
- "mail_language": "de",
- "name": "string",
- "privacy_policy_link": "string",
- "retention_days": 0,
- "social_facebook": "string",
- "social_instagram": "string",
- "social_linkedin": "string",
- "social_x": "string",
- "social_xing": "string",
- "social_youtube": "string",
- "summary_language": "de",
- "tags": [
- {
- "name": "string",
- "color": "string"
}
], - "terms_of_service_link": "string",
- "thank_you_page_link": "string",
- "whatsapp_link": "string"
}| size | integer [ 0 .. 4294967295 ] Square render size in px (clamped to 16..=1024). When set, the
logo is returned as a padded |
| If-None-Match | string Revalidation: a previously returned |
not job-specific) as a print-ready PNG. The QR encodes the tenant's
stable short link (whatsapp_link on the company), so printed
codes survive message-wording changes. 404 when the tenant has
no WhatsApp channel.
| If-None-Match | string Revalidation: a previously returned |
| name required | string The label the tenant sees. For an imported location this is the ATS's
own name where it has one, else the compact address line
|
Address (object) or null The location's address. |
{- "name": "string",
- "address": {
- "street": "string",
- "zip": "string",
- "city": "string",
- "country": "string"
}
}{- "id": "string"
}| id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| name required | string The label the tenant sees. For an imported location this is the ATS's
own name where it has one, else the compact address line
|
Address (object) or null The location's address. |
{- "name": "string",
- "address": {
- "street": "string",
- "zip": "string",
- "city": "string",
- "country": "string"
}
}mutate it via PATCH /api/v1/users.
| email required | string <email> Email address. Input is trimmed; the domain is lowercased and IDN labels are punycoded. Empty string is the empty value. |
| link required | string |
| name required | string |
| phone required | string <= 30 characters ^[0-9+()/ -]*$ Phone number. Input is lenient: unknown characters are dropped; the canonical form keeps digits and |
| position required | string |
{- "email": "user@example.com",
- "link": "string",
- "name": "string",
- "phone": "string",
- "position": "string"
}{- "id": "string"
}| id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| email required | string <email> Email address. Input is trimmed; the domain is lowercased and IDN labels are punycoded. Empty string is the empty value. |
| link required | string |
| name required | string |
| phone required | string <= 30 characters ^[0-9+()/ -]*$ Phone number. Input is lenient: unknown characters are dropped; the canonical form keeps digits and |
| position required | string |
{- "email": "user@example.com",
- "link": "string",
- "name": "string",
- "phone": "string",
- "position": "string"
}| id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
File upload; the filename is sent in the Content-Disposition header.
| offset | integer [ 0 .. 4294967295 ] Offset into the result list. Defaults to 0. |
| count | integer [ 0 .. 4294967295 ] Maximum number of items to return. Defaults to 20. |
object (ApplicationFilter) Optional filter selectors in |
{- "items": [
- {
- "comment_count": 0,
- "contact": "string",
- "cv_present": true,
- "date": "string",
- "expected_salary": {
- "currency": "Euro",
- "freq": "Yearly",
- "max": 0,
- "mid": 0,
- "min": 0
}, - "fitness": 1,
- "group": 0,
- "headhunting": true,
- "job": "string",
- "location": "string",
- "name": "string",
- "origin": {
- "kind": "unknown",
- "url": "string"
}, - "qualified": true,
- "rating": 1,
- "status": "queued",
- "tags": 0,
- "phone": "string",
- "id": "string"
}
], - "offset": 0,
- "total": 0
}stored application's origin URL.
| Origin | string |
| Referer | string |
| email required | string <email> Email address. Input is trimmed; the domain is lowercased and IDN labels are punycoded. Empty string is the empty value. |
| job_id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| location required | string |
| name required | string |
| phone required | string <= 30 characters ^[0-9+()/ -]*$ Phone number. Input is lenient: unknown characters are dropped; the canonical form keeps digits and |
{- "email": "user@example.com",
- "job_id": "string",
- "location": "string",
- "name": "string",
- "phone": "string"
}{- "id": "string"
}| id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| Accept-Language | string Enum: "de" "en" Response language; one of de, en. Absent or unsupported values fall back to de. |
{- "comment_count": 0,
- "contact": "string",
- "cv_present": true,
- "date": "string",
- "expected_salary": {
- "currency": "Euro",
- "freq": "Yearly",
- "max": 0,
- "mid": 0,
- "min": 0
}, - "fitness": 1,
- "group": 0,
- "headhunting": true,
- "job": "string",
- "location": "string",
- "name": "string",
- "origin": {
- "kind": "unknown",
- "url": "string"
}, - "qualified": true,
- "rating": 1,
- "status": "queued",
- "tags": 0,
- "phone": "string",
- "attachments": [
- {
- "ext": "string",
- "mime": "string",
- "name": "string",
- "size": 0,
- "usage": "None",
- "id": "string"
}
], - "chat": [
- {
- "date": "string",
- "delivery": 0,
- "sender": "system",
- "id": "string",
- "message": "string"
}
], - "comments": [
- {
- "author": "string",
- "message": "string",
- "id": "string"
}
], - "disability": "string",
- "email": "string",
- "events": [
- {
- "date": "string",
- "description": "string",
- "title": "string",
- "id": "string"
}
], - "gender": "string",
- "qualification": {
- "topics": [
- {
- "name": "string",
- "bulletPoints": [
- {
- "text": "string",
- "relatedMessages": [
- "string"
]
}
]
}
], - "conclusion": "string",
- "matches": [
- {
- "text": "string",
- "relatedMessages": [
- "string"
]
}
], - "mismatches": [
- {
- "text": "string",
- "relatedMessages": [
- "string"
]
}
], - "fitness": 0.1,
- "fitnessReasoning": "string"
}, - "title": "string"
}| id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| action required | any Value: "invite" |
| link | string |
{- "action": "updateJob",
- "job": "string"
}(wav:pcm, webm:opus, mp4:aac) for audio/opus attachments.
| id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| X-JobBoard-FileTransform | string |
| If-None-Match | string Revalidation: a previously returned |
| email required | string <email> Email address. Input is trimmed; the domain is lowercased and IDN labels are punycoded. Empty string is the empty value. |
| job_id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| location required | string |
| name required | string |
| phone required | string <= 30 characters ^[0-9+()/ -]*$ Phone number. Input is lenient: unknown characters are dropped; the canonical form keeps digits and |
{- "email": "user@example.com",
- "job_id": "string",
- "location": "string",
- "name": "string",
- "phone": "string"
}{- "direct_entry_key": "string",
- "id": "string"
}{- "color": "string",
- "cta": "string",
- "fgcolor": "string",
- "icon": "default",
- "icon_id": "string",
- "image": "string",
- "language": "de",
- "mode": "form",
- "position": "bottom-left",
- "round": 0.1,
- "ai_context_info": "string",
- "ai_instructions": "string"
}| color required | string^#[0-9a-f]{6}([0-9a-f]{2})?$ CSS color. Input accepts hex, rgb()/rgba(), hsl()/hsla(), and named colors; canonical form is lowercase hex with alpha only when not opaque. |
| cta required | string <= 99 characters Call-to-action label; at most 99 UTF-8 bytes. |
| fgcolor required | string^#[0-9a-f]{6}([0-9a-f]{2})?$ CSS color. Input accepts hex, rgb()/rgba(), hsl()/hsla(), and named colors; canonical form is lowercase hex with alpha only when not opaque. |
| icon required | string (EmbedIcon) Enum: "default" "whatsapp" "custom" |
| icon_id | string <int64> (Id) File id of the custom trigger-button icon ( |
| image | string <int64> (Id) File id of the about-us / hero image ( |
| language required | string (EmbedLanguage) Enum: "de" "en" |
| mode required | string (EmbedMode) Enum: "form" "whatsapp" |
| position required | string (EmbedPosition) Enum: "bottom-left" "bottom-right" |
| round required | number <float> |
| ai_context_info | string |
| ai_instructions | string |
{- "color": "string",
- "cta": "string",
- "fgcolor": "string",
- "icon": "default",
- "icon_id": "string",
- "image": "string",
- "language": "de",
- "mode": "form",
- "position": "bottom-left",
- "round": 0.1,
- "ai_context_info": "string",
- "ai_instructions": "string"
}| user_id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| access required | any Value: "organization" |
{- "user_id": "string",
- "access": "tenants",
- "tenants": [
- "string"
]
}Machine keys of the organization: the credentials unattended clients mint machine tokens from. Reachable with an OAuth token only, never with a machine token, so a key can neither issue nor revoke another.
| name required | string Shown in the key list and in the application event feed, so name it after the integration rather than the person. |
| level required | string (MachineKeyLevel) Enum: "read" "write" What a machine key may do. A |
string or null End of validity. Absent means the key is valid until revoked. | |
integer or null Multiplies the default per-key rate-limit buckets. Absent = defaults. | |
| grant required | any Value: "organization" |
{- "name": "string",
- "level": "read",
- "expires_at": "string",
- "rate_limit_factor": 0,
- "grant": "tenants",
- "tenants": [
- "string"
]
}{- "key": {
- "id": "string",
- "name": "string",
- "level": "read",
- "issued_by": "string",
- "issued_at": "string",
- "expires_at": "string",
- "revoked_at": "string",
- "last_used_at": "string",
- "rate_limit_factor": 0,
- "grant": "organization"
}, - "secret": "string"
}[- {
- "id": "string",
- "name": "string",
- "level": "read",
- "issued_by": "string",
- "issued_at": "string",
- "expires_at": "string",
- "revoked_at": "string",
- "last_used_at": "string",
- "rate_limit_factor": 0,
- "grant": "organization"
}
]Web-chat widget configuration for the current tenant: appearance/behavior, allowed embed domains, and the logo + bot-avatar images.
{- "tenant_article": "string",
- "title": "string",
- "subtitle": "string",
- "chatbot_display_name": "string",
- "frame_color": "string",
- "bot_color": "string",
- "user_color": "string",
- "text_color": "string",
- "bot_avatar_bg_color": "string",
- "show_academic_title": true,
- "show_disability_question": true,
- "show_scaleunit_footer": true,
- "font_css_url": "string",
- "font_family": "string",
- "title_font_family": "string"
}current images — set those via the image endpoints).
| tenant_article required | string |
| title required | string |
| subtitle required | string |
| chatbot_display_name required | string |
| frame_color required | string^#[0-9a-f]{6}([0-9a-f]{2})?$ CSS color. Input accepts hex, rgb()/rgba(), hsl()/hsla(), and named colors; canonical form is lowercase hex with alpha only when not opaque. |
| bot_color required | string^#[0-9a-f]{6}([0-9a-f]{2})?$ CSS color. Input accepts hex, rgb()/rgba(), hsl()/hsla(), and named colors; canonical form is lowercase hex with alpha only when not opaque. |
| user_color required | string^#[0-9a-f]{6}([0-9a-f]{2})?$ CSS color. Input accepts hex, rgb()/rgba(), hsl()/hsla(), and named colors; canonical form is lowercase hex with alpha only when not opaque. |
| text_color required | string^#[0-9a-f]{6}([0-9a-f]{2})?$ CSS color. Input accepts hex, rgb()/rgba(), hsl()/hsla(), and named colors; canonical form is lowercase hex with alpha only when not opaque. |
string or null | |
| show_academic_title required | boolean |
| show_disability_question required | boolean |
| show_scaleunit_footer required | boolean |
| font_css_url required | string |
| font_family required | string |
| title_font_family required | string |
{- "tenant_article": "string",
- "title": "string",
- "subtitle": "string",
- "chatbot_display_name": "string",
- "frame_color": "string",
- "bot_color": "string",
- "user_color": "string",
- "text_color": "string",
- "bot_avatar_bg_color": "string",
- "show_academic_title": true,
- "show_disability_question": true,
- "show_scaleunit_footer": true,
- "font_css_url": "string",
- "font_family": "string",
- "title_font_family": "string"
}Google Places autocomplete proxy — for location fields. User-scoped (any authenticated caller); the Google API key stays server-side.
| id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
{- "color": "string",
- "cta": "string",
- "fgcolor": "string",
- "icon": "string",
- "imprint": "string",
- "inbox": "string",
- "job": "string",
- "language": "de",
- "mode": "form",
- "name": "string",
- "position": "bottom-left",
- "privacy": "string",
- "qrcode": "string",
- "round": 0.1,
- "walink": "string"
}| id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| dpr | number <float> Device pixel ratio (e.g. |
| If-None-Match | string Revalidation: a previously returned |
| id required | string <int64> (Id) 64-bit identifier serialized as a decimal string. |
| dpr | number <float> Device pixel ratio (e.g. |
| If-None-Match | string Revalidation: a previously returned |