GuideLab API

Update Finance Settings

Update the lab's finance settings. Lab-only. Creates the settings record if it does not yet exist (upsert behavior).

PUT
/finance-settings

Update the lab's finance settings. Lab-only. Creates the settings record if it does not yet exist (upsert behavior).

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X PUT "https://example.com/finance-settings" \  -H "Content-Type: application/json" \  -d '{}'
{  "settings": null}
{  "error": "string"}
{  "error": "string"}