Skip to main content
POST
Create Environment Access Token

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Body

application/json
project_reference
string
required

Project UUID or slug that owns the environment

Required string length: 1 - 200
environment_name
string
required

Environment the token opens

Required string length: 1 - 200

Response

Environment access token issued

access_token
string
required

Short-lived environment access token for protected environment requests

token_type
enum<string>
required

Token type

Available options:
Bearer
expires_in
integer
required

Seconds until the token expires

Required range: x > 0