Available authentication methodsedit

Provides information about available authentication methods.

Requestedit

GET /api/v1/users/auth/methods

Responsesedit

200

(AvailableAuthenticationMethods) Available authentication methods response

Request exampleedit

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