Skip to main content
GET
/
authenticate
Authenticate API key
curl --request GET \
  --url https://api.klipy.ai/api/v1/authenticate \
  --header 'X-Klipy-Api-Key: <api-key>'
{
  "object": "success",
  "data": {
    "team_name": "<string>"
  },
  "meta": {
    "request_id": "req_abc123",
    "api_version": "1",
    "timestamp": "2023-11-07T05:31:56Z"
  }
}

Authorizations

X-Klipy-Api-Key
string
header
required

API key passed as a header

Response

Authentication succeeded

object
string
required
Example:

"success"

data
object
required

The returned resource

meta
object
required
Last modified on April 5, 2026