Identity Token Authentication API

Reference material for usage on API Guidelines > Authentication.

Acquire Token

Almost all requests require a X-Auth-Token header to any service endpoint.

POST
/v1/token
(identity)

Authenticate and obtain valid token.
Service
identity

Scope Token Context

It is necessary to update a token to change context, when working with an unscoped token.

PATCH
/v1/token
(identity)

Scope token to specific domain.
Service
identity

Renew Token

PUT
/v1/token
(identity)

Renew token before it expires.
Service
identity