Security

simple_auth

Basic authentication using Username and Password credentials sent using the Authorization header.

Type : basic

API Key authentication using a session token. In order to retrieve a session token, authenticate using the simple_auth security scheme to the /management/sessions/ endpoint. Pass this token to the respective endpoint setting the gfresttoken cookie value.

Currently the OpenAPI v2.0 specification does not support cookies to send the API key.

Type : apiKey
Name : gfresttoken
In : COOKIE