REST API
Endpoints
- public
- workspaces
- workflows
- triggers
- workflow-executions
- actions
- secrets
- schedules
- tags
- users
- organization
- editor
- registry-repositories
- registry-actions
- settings
- organization-secrets
- tables
- cases
- auth
Verify:Verify
POST
/
auth
/
verify
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "jsmith@example.com",
"is_active": true,
"is_superuser": false,
"is_verified": false,
"role": "basic",
"first_name": "<string>",
"last_name": "<string>",
"settings": {}
}
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "jsmith@example.com",
"is_active": true,
"is_superuser": false,
"is_verified": false,
"role": "basic",
"first_name": "<string>",
"last_name": "<string>",
"settings": {}
}