Clipform
Integrations

Get the connected workspace

Returns the workspace the calling OAuth token or API key is bound to, for use as a connection test.

GET
/connect/me
AuthorizationBearer <token>

Authorization-code OAuth for installed apps acting on a user's workspace. Access tokens (cf_at_*) are passed as Bearer tokens and authorize the Integrations operations. They are opaque, single-audience, server-side records - not JWTs - so the JWT hardening in RFC8725 does not apply. Client credentials are issued per app - contact support@clipform.io.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/connect/me"
{  "workspace_id": "550e8400-e29b-41d4-a716-446655440000",  "workspace_name": "Acme Marketing"}
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}