---
title: "Request a session token"
method: GET
path: "/rep-auth/service/v1.0/request"
tags: ["Authentication"]
---

# Request a session token

`GET /rep-auth/service/v1.0/request`

## Headers

- `Client-Key` string, uuid, required

## Response `200`

Sucess - the response is a token valild for 30 minutes

## Other responses

- `400` — Bad Request - Check the request paremters
- `401` — Invalid Client-Key header
- `404` — The requested URL was not found

## Changes

- **2025-05-22** `5c64fc7f08eb` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `404`
- **2020-05-18** `0dd383f75341` — 2 info
  - api tag `Authentication` added
  - api tag `Auth` removed
- **2020-02-11** `3c805274ad67` — 4 info
  - api tag `Auth` added
  - api tag `Authentication` removed
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `404`

[Change history](https://skmtc.dev/checkpointsw/apis/check-point-reputation-service-api/changes/rep-auth/service/v1.0/request/get.md)

---

[API](https://skmtc.dev/checkpointsw/apis/check-point-reputation-service-api.md) · [All operations](https://skmtc.dev/checkpointsw/apis/check-point-reputation-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/checkpointsw/check-point-reputation-service-api/revisions/514f5a00b235/schema)
