OpenAPI Reference
Auth
Auth verification — resolves the targeted space, user, membership, and every space you belong to from your API key.
Response Body
application/json
curl -X GET "https://example.com/api/v1/auth"{ "space": { "id": "string", "name": "string", "slug": "string", "plan": "string", "nodeVisibilityMode": "open" }, "user": { "id": "string", "name": "string", "email": "string", "image": "string" }, "member": { "userId": "string", "spaceId": "string", "role": "string" }, "spaces": [ { "id": "string", "name": "string", "slug": "string", "plan": "string", "nodeVisibilityMode": "open" } ], "createdSpace": true, "bootstrapRequired": true, "credentialPermissionLevel": "read", "effectivePermissionLevel": "read"}