Skip to main content
POST
/
v1
/
auth
/
exchange
cURL
curl -X POST 'http://localhost:8080/v1/auth/exchange' \
  -H 'Authorization: Bearer ek_live_xxxxx'
{
  "accessToken": "<string>",
  "expiresIn": 123,
  "tokenType": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.enkryptify.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Pass Authorization: Bearer ek_live_xxxxx on every request.

Response

200 - application/json

Default Response

accessToken
string
required
expiresIn
number
required
tokenType
string
required