API Authentication
Kubernetes Verify Service Account
POST
/auth/v1/method/kubernetes/serviceaccount
Bearer*
curl --request POST \
--url https://try.flipt.io/auth/v1/method/kubernetes/serviceaccount \
--header 'Authorization: Bearer AUTH_VALUE' \
--header 'Content-Type: application/json' \
--data '{
"serviceAccountToken": "string"
}'
curl --request POST \
--url https://try.flipt.io/auth/v1/method/kubernetes/serviceaccount \
--header 'Authorization: Bearer AUTH_VALUE' \
--header 'Content-Type: application/json' \
--data '{
"serviceAccountToken": "string"
}'