SnozeDevelopers
API referenceOauth client workspace preferences

Read the caller's workspace choice for an OAuth client

Returns the workspace the caller last selected for the given OAuth client, or null when they have never chosen one. Scoped to the authenticated caller's own preferences; one user's choice is never visible to another.

GET
/v1/me/oauth-client-workspace-preferences/{oauthClientId}
AuthorizationBearer <token>

Workspace API key created in Workspace settings → API keys. Scopes on the key bound what it can read and write.

In: header

Path Parameters

oauthClientId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/me/oauth-client-workspace-preferences/string"
{  "data": {    "oauthClientId": "string",    "workspaceId": "string"  }}