---
title: "Greet the API user"
method: GET
path: "/user/api_test"
tags: ["API Test"]
---

# Greet the API user

`GET /user/api_test`

Returns a JSON greeting message to the authenticated API user. API key must be passed in either the `Authorization` header or the `api_key` query parameter.

## Query parameters

- `api_key` string

## Response `200`

A successful response with a greeting message.

- object
  - `message` string

## Other responses

- `401` — Unauthorized - API key is missing or invalid.

---

[API](https://skmtc.dev/e-m-b-a/apis/embark-api.md) · [All operations](https://skmtc.dev/e-m-b-a/apis/embark-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/e-m-b-a/embark-api/revisions/98a5d5ce98f0/schema)
