Available authentication methods

edit

Provides information about available authentication methods.

Request

edit

GET /api/v1/users/auth/methods

Responses

edit
200

(AvailableAuthenticationMethods)

Available authentication methods response

Request example

edit
curl -XGET https://{{hostname}}/api/v1/users/auth/methods \
-H "Authorization: ApiKey $ECE_API_KEY"