---
title: "Retrieves the initial ticker configuration"
method: GET
path: "/init"
tags: ["public"]
---

# Retrieves the initial ticker configuration

`GET /init`

The first request for retrieving information about the ticker. It is mandatory that the browser sends
the origin as a header. This can be overwritten with a query parameter.

## Query parameters

- `origin` string

## Headers

- `origin` string

## Response `200`

OK

- ResponseInitResponse
  - `data` object
    - `settings` object
    - `ticker` object
      - `createdAt` string
      - `description` string
      - `domain` string
      - `id` integer
      - `information` object
        - `author` string
        - `email` string
        - `facebook` string
        - `telegram` string
        - `twitter` string
        - `url` string
        - `mastodon` string
    - `status` string
    - `error` ResponseError
      - `code` integer
      - `message` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/systemli/apis/ticker-api.md) · [All operations](https://skmtc.dev/systemli/apis/ticker-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/systemli/ticker-api/revisions/5bad141d9244/schema)
