Skip to main content
POST
Authenticate

Description

This endpoint allows you to verify your API token and retrieve basic account information. Useful for confirming that your API key is valid and active.

Headers

string
required
Bearer YOUR_API_TOKEN — obtainable from Hyperstack Dashboard → Settings → API Access

Success Response Fields

boolean
Indicates whether authentication was successful.
string
A human-readable confirmation message. Value: "Authentication Successful".
string
The display name of the authenticated organization.
string
The unique slug/identifier of the authenticated organization.

Responses

Last modified on February 22, 2026