Error
A valid request URL is required to generate request examples{
"authEnabled": true,
"providers": [
{
"provider": "google",
"enabled": true,
"configured": true,
"expectedSecretKeys": [
"<string>"
],
"configuredSecretKeys": [
"<string>"
],
"helpUrl": "<string>"
}
]
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}Settings
Read project auth settings
Returns the current project auth provider state and whether each provider appears configured.
GET
/
v0
/
api
/
projects
/
{projectGroupId}
/
settings
/
auth
Error
A valid request URL is required to generate request examples{
"authEnabled": true,
"providers": [
{
"provider": "google",
"enabled": true,
"configured": true,
"expectedSecretKeys": [
"<string>"
],
"configuredSecretKeys": [
"<string>"
],
"helpUrl": "<string>"
}
]
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}Authorizations
Use your Anything API key as the Basic auth username and leave the password empty. Example credentials: anything_xxx:
Path Parameters
Was this page helpful?