Returns the current settings for a project.
curl --request GET \
--url https://api.strait.dev/v1/projects/{projectID}/settings \
--header 'Authorization: Bearer <token>'{
"default_region": "<string>",
"max_key_lifetime_days": 123,
"plan_tier": "<string>",
"project_id": "<string>",
"$schema": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.strait.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key passed as Bearer token
curl --request GET \
--url https://api.strait.dev/v1/projects/{projectID}/settings \
--header 'Authorization: Bearer <token>'{
"default_region": "<string>",
"max_key_lifetime_days": 123,
"plan_tier": "<string>",
"project_id": "<string>",
"$schema": "<string>"
}