v1

latestOpenAPI 3.1.0Apache 2.02026-07-17113629.5 KB

Get JWT token to authenticate all requests.

Generates valid JWT token for grant_type, client_id, and client_secret, using the values you pass in the request body. Configure expiration time and SDK keys (to which the token grants access) in Optimizely config.

post/oauth/token

Request body

grant_typestring
client_idstring
client_secretstring

Response

Generates a valid token