---
title: "Authenticate"
method: POST
path: "/auth/token"
---

# Authenticate

`POST /auth/token`

This Endpoint allows you to authenticate with Wandelbots NOVA using your access token.

## Request body

- union — Authentication credentials from NOVA
  - Auth0Credentials
    - `id` string — Provide the id to find the matching Auth0 auth configuration.
    - `access_token` string, required — Provide the access token obtained for authentication
  - EntraIDCredentials
    - `id` string, required — Provide the id to find the matching Entra ID auth configuration.
    - `access_token` string, required — Provide the access token obtained for authentication

## Response `204`

Authenticated successfully

## Other responses

- `400` — Authentication failed
- `422` — Validation Error

---

[API](https://skmtc.net/wandelbotsgmbh/apis/wandelbots-nova-isaac-sim-extension-api.md) · [All operations](https://skmtc.net/wandelbotsgmbh/apis/wandelbots-nova-isaac-sim-extension-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandelbotsgmbh/wandelbots-nova-isaac-sim-extension-api/versions/a0efd7dad77c/schema)
