---
title: "Authentication"
method: POST
path: "/authenticate"
tags: ["General"]
---

# Authentication

`POST /authenticate`

Get a valid JSON Web Token. This token, prefixed by 'Bearer ', can be used to call other endpoints for one hour.

## Request body

- object
  - `api_key` string, required — Api key available in the api users list of your universe. Please refer to your universe's administrator to retrieve an api key.

## Response `200`

Api key is recognized, user is successfully authenticated. This token, prefixed by 'Bearer ', can be used to call other endpoints for one hour.

## Other responses

- `400` — Authentication failed.

---

[API](https://skmtc.net/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.net/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/revisions/2ff4735f665c/schema)
