Embedded API resources

API clients

TypeResourceDescription
GET/api/v2/managed_users/:id/
developer_api_clients
List all Developer API clients in a customer workspace.
POST/api/v2/managed_users/:id/
developer_api_clients
Create a new Developer API client in a customer workspace.
GET/api/v2/managed_users/:id/
developer_api_clients/:id
Retrieve details of a Developer API client by ID in a customer workspace.
PUT/api/v2/managed_users/:id/
developer_api_clients/:id
Update an existing Developer API client in a customer workspace.
DELETE/api/v2/managed_users/:id/
developer_api_clients/:id
Delete an existing Developer API client in a customer workspace.
POST/api/v2/managed_users/:id/
developer_api_clients/:id/regenerate
Regenerate the token for a Developer API client in a customer workspace.
GET/api/v2/managed_users/:managed_user_id/
developer_api_client_roles
List Developer API client roles in a customer workspace.
POST/api/v2/managed_users/:managed_user_id/
developer_api_client_roles/:id/copy
Copy a Developer API client role in a customer workspace.

API platform

TypeResourceDescription
GET/api/managed_users/:id/
api_collections
List API collections in a customer workspace.
POST/api/managed_users/:id/
api_collections
Create API collection in a customer workspace.
GET/api/managed_users/:id/
api_endpoints
List API endpoints in a collection.
PUT/api/managed_users/:id/
api_endpoints/:id/enable
Enable an API endpoint in a collection.
PUT/api/managed_users/:id/
api_endpoints/:id/disable
Disable an API endpoint in a collection.
GET/api/managed_users/:id/
api_clients
List API clients in a customer workspace. We recommend that you migrate to the List API clients (v2) endpoint to prepare for future deprecation.
GET/api/v2/managed_users/:id/
api_clients
List all API clients in a customer workspace. Workato includes the project_id of the project to which the API client belongs in the response.
POST/api/managed_users/:id/
api_clients
Create API client in a customer workspace. We recommend that you migrate to the Create API client (v2) endpoint to prepare for future deprecation.
POST/api/v2/managed_users/:id/
api_clients/api/v2/api_clients
Create a new API client in a customer workspace within a project you specify.
GET/api/v2/managed_users/:id/
api_clients/:api_client_id
Retrieve details of an API client by ID in a customer workspace.
PUT/api/v2/managed_users/:id/
api_clients/:api_client_id
Update an existing API client within a project you specify in a customer workspace.
DELETE/api/v2/managed_users/:id/
api_clients/:api_client_id
Delete an existing API client in a customer workspace.
GET/api/managed_users/:id/
api_access_profiles
List access profiles belonging to an API client in a customer workspace. We recommend that you migrate to the List API keys endpoint to prepare for future deprecation.
GET/api/v2/managed_users/:id/
api_clients/:api_client_id/api_keys
List API keys for an API client in a customer workspace.
POST/api/managed_users/:id/
api_access_profiles
Create an access profile belonging to an API client in a customer workspace. We recommend that you migrate to the Create API key endpoint to prepare for future deprecation.
POST/api/v2/managed_users/:id/
api_clients/:api_client_id/api_keys
Create an API key for an API client in a customer workspace.
PUT/api/managed_users/:id/
api_access_profiles
Update an access profile belonging to an API client in a customer workspace. We recommend that you migrate to the Update API key endpoint to prepare for future deprecation.
PUT/api/v2/managed_users/:id/
api_clients/:api_client_id/api_keys/:api_key_id
Update an API key for an API client in a customer workspace.
PUT/api/managed_users/:id/
api_access_profiles/:api_access_profile_id/enable
Enable an access profile belonging to an API client in a customer workspace. We recommend that you migrate to the Enable API key endpoint to prepare for future deprecation.
PUT/api/v2/managed_users/:id/
api_clients/:api_client_id/api_keys/:api_key_id/enable
Enable an API key for an API client in a customer workspace.
PUT/api/managed_users/:id/
api_access_profiles
Disable an access profile belonging to an API client in a customer workspace. We recommend that you migrate to the Disable API key endpoint to prepare for future deprecation.
PUT/api/v2/managed_users/:id/
api_clients/:api_client_id/api_keys/:api_key_id/disable
Disable an API key for an API client in a customer workspace.
PUT/api/managed_users/:id/
api_access_profiles/:id/refresh_secret
Refreshes an access profile token or secret. We recommend that you migrate to the Refresh API key secret endpoint to prepare for future deprecation.
POST/api/v2/managed_users/:id/
api_clients/:api_client_id/api_keys/:api_key_id/refresh_secret
Refresh the authentication token or OAuth 2.0 client secret for an API key in a customer workspace.
DELETE/api/v2/managed_users/:id/
api_clients/:api_client_id/api_keys/:api_key_id
Delete an existing API key in a customer workspace.
GET/api/v2/managed_users/:id/
api_portals
List all API portals associated with API clients in a customer workspace.

Collaborator groups

TypeResourceDescription
GET/api/managed_users/:managed_user_id/user_groupsList customer workspace collaborator groups.
GET/api/managed_users/:managed_user_id/user_groups/:idGet customer workspace collaborator group details.
POST/api/managed_users/:managed_user_id/user_groupsCreate a customer workspace collaborator group.
PUT/api/managed_users/:managed_user_id/user_groups/:idUpdate a customer workspace collaborator group.
DELETE/api/managed_users/:managed_user_id/user_groups/:idDelete a customer workspace collaborator group.
GET/api/managed_users/:managed_user_id/user_groups/
:id/members
List collaborator group members in a customer workspace.
POST/api/managed_users/:managed_user_id/user_groups/
:id/members
Add members to a customer workspace collaborator group.
DELETE/api/managed_users/:managed_user_id/user_groups/
:id/members
Remove members from a customer workspace collaborator group.
GET/api/managed_users/:managed_user_id/user_groups/
:id/project_grants
List a customer workspace collaborator group's project grants.

Connections

TypeResourceDescription
GET/api/managed_users/:managed_user_id/connections
/:adapter_name/input_schema
Returns input schema based on a connection's input.
GET/api/managed_users/:managed_user_id/
connections
Returns a list of connections in a customer workspace.
POST/api/managed_users/:managed_user_id/
connections
Allows the Embedded vendor to add a shell connection in a customer workspace.
PUT/api/managed_users/:managed_user_id/
connections/:connection_id
Updates a connection in a customer workspace.
POST/api/managed_users/:managed_user_id/
connections/:connection_id/disconnect
Disconnects a connection in a customer workspace.
DELETE/api/managed_users/:managed_user_id/
connections/:connection_id
Deletes a connection in a customer workspace.

Connectors

TypeResourceDescription
GET/api/v2/managed_users/:managed_user_id/connectors
/:connector_name/input_schema
Returns the base input schema. The schemas are static and don't take specific connection input into consideration.
GET/api/integrationsQuery connector metadata.
GET/api/integrations/allReturns a paginated list of all connectors and associated metadata in an Embedded partner's account. The response includes standard and custom connectors.

Custom connectors

TypeResourceDescription
GET/api/custom_connectorsGet custom connectors.
GET/api/custom_connectors/:idGet custom connector by ID
POST/api/custom_connectors/:id/
oem_share/:version
Create or update a shared connector
POSTapi/managed_users/:managed_user_id/
recipes/:recipe_id/share
Share a recipe containing a custom connector with Embedded partners.
DELETE/api/custom_connectors/:id/
suppress_oem_version
Remove a shared connector

Custom OAuth profiles

TypeResourceDescription
POST/api/managed_users/:managed_user_id/
custom_oauth_profiles/:id/assign
Assign a Custom OAuth profile to customer workspace
DELETE/api/managed_users/:managed_user_id/
custom_oauth_profiles/:id/unassign
Unassigns a Custom OAuth profile to a customer workspace.

Customer managers

TypeResourceDescription
GET/api/customer_managersList all customer managers.
PUT/api/customer_managers/:idUpdate a customer manager.
POST/api/customer_managersCreate a new customer manager.
DELETE/api/customer_managers/:idDelete a customer manager.

Customer workspace collaborators

TypeResourceDescription
POST/api/managed_users/:id/member_invitationInvites a collaborator to a managed customer workspace.

Data retention

TypeResourceDescription
PUT/api/managed_users/:managed_user_id/update_data_retentionUpdate a customer workspace's data retention period.

Data tables

Table management APIs

Base URL: https://www.workato.com

TypeResourceDescription
GET/api/v2/managed_users/:managed_user_id/data_tablesList all data tables.
GET/api/v2/managed_users/:managed_user_id/data_tables
/:data_table_id
Get data table by ID.
POST/api/v2/managed_users/:managed_user_id/data_tablesCreates a data table.
PUT/api/v2/managed_users/:managed_user_id/data_tables
/:data_table_id
Updates a data table.
DELETE/api/v2/managed_users/:managed_user_id/data_tables
/:data_table_id
Deletes a data table.
POST /api/v2/managed_users/:managed_user_id/data_tables
/:data_table_id/truncate
Truncates a data table.

Record manipulation APIs

Base URL: https://data-tables.workato.com

TypeResourceDescription
POST/api/v1/managed_users/:managed_user_id/tables
/:data_table_id/query
Queries records using filters you specify.
POST/api/v1/managed_users/:managed_user_id/tables
/:data_table_id/records
Creates a new record.
PUT/api/v1/managed_users/:managed_user_id/tables
/:data_table_id/records/:record_id
Updates an existing record.
DELETE/api/v1/managed_users/:managed_user_id/tables
/:data_table_id/records/:record_id
Deletes a record you specify.
POST/api/v1/managed_users/:managed_user_id/tables
/:data_table_id/fields/:field_id/file
Generates a link to upload a file.
GET/api/v1/managed_users/:managed_user_id/tables
/:data_table_id/records/:record_id/fields/:field_id/file
Generates a link to download a file.

Dynamic field mapping

TypeResourceDescription
GET/api/v2/managed_users/:managed_user_id
/recipes/:recipe_id/field_map_introspections
List all field map introspections in a specific recipe.
GET/api/v2/managed_users/:managed_user_id
/recipes/:recipe_id/field_map_introspections/:id
List the field map introspections for a specific field map schema.
PUT/api/v2/managed_users/:managed_user_id
/recipes/:recipe_id/field_map_introspections/:id
Update field mapping for a specific field map schema.
POST/api/v2/managed_users/:managed_user_id
/recipes/:recipe_id/field_map_introspections/:id
/refresh_schema
Refresh a recipe’s schema to update field map introspections.
POST/api/v2/managed_users/:managed_user_id
/recipes/:recipe_id/field_map_introspections/:id/pick_list
Retrieve picklist values for specific fields within a field map introspection of a recipe.

Environment management

TypeResourceDescription
GET/api/managed_users/:id/activity_logsRetrieves activity audit log records in a customer workspace.
GET/api/v2/managed_users/:id/tagsRetrieves a list of tags in a customer workspace.
POST/api/v2/managed_users/:id/tagsCreates a tag in a customer workspace.
PUT/api/v2/managed_users/:id/tags/:handleUpdates a tag in a customer workspace.
DELETE/api/v2/managed_users/:id/tags/:handleDeletes a tag in a customer workspace.

Environment properties

TypeResourceDescription
GET/api/managed_users/:managed_user_id/propertiesReturns a list of environment properties belonging to a customer workspace that matches a prefix.
POST/api/managed_users/:managed_user_id/propertiesUpserts environment properties to a customer workspace.

Environment roles

TypeResourceDescription
GET/api/managed_users/:managed_user_id/environment_rolesList environment roles in a customer workspace.
GET/api/managed_users/:managed_user_id/environment_roles/:idGet an environment role from a customer workspace.
POST/api/managed_users/:managed_user_id/environment_rolesCreate an environment role in a customer workspace.
PUT/api/managed_users/:managed_user_id/environment_roles/:idUpdate an environment role in a customer workspace.
DELETE/api/managed_users/:managed_user_id/environment_roles/:idDelete an environment role in a customer workspace.

Environments

TypeResourceDescription
POST/api/managed_users/:id/environmentsProvision Environments for an existing customer. Any existing assets in the customer workspace are placed in the Development environment after provisioning.
POST/api/v2/managed_users/:managed_user_id/environmentsProvision Environments V2 for an existing customer. Any existing assets in the customer workspace are placed in the Production environment after provisioning.
GET/api/v2/managed_users/environments_provision_tasks/:idGet the status of asynchronous environment provisioning.

Folders

TypeResourceDescription
GET/api/managed_users/:managed_user_id/foldersList folders in a customer workspace.
POST/api/managed_users/:managed_user_id/foldersCreate a folder in a customer workspace.
PUT/api/managed_users/:managed_user_id/folders/:folder_idUpdate a folder in a customer workspace.
DELETE/api/managed_users/:managed_user_id/folders/:folder_idDelete a folder in a customer workspace.

Jobs

TypeResourceDescription
GET/api/managed_users/:id/recipes/:recipe_id/jobsList jobs for a recipe.
GET/api/managed_users/:id/recipes/:recipe_id/jobs/:job_idGet job details.
POST/api/managed_users/:managed_user_id/recipes/:recipe_id/repeat_jobsRepeats jobs you specify in a customer workspace.
TypeResourceDescription
PUT/api/account/signature_verification_keyUpdate JWT signature verification key.

Legacy roles

TypeResourceDescription
GET/api/managed_users/:id/rolesList custom roles in a customer workspace.
POST/api/managed_users/:id/roles/:role_id/copyMakes a copy of a custom role.

Lookup tables

TypeResourceDescription
GET/api/managed_users/:managed_user_id/lookup_tablesList tables.
GET/api/managed_users/:managed_user_id/lookup_tables/
:lookup_table_id/lookup
Look up rows.
GET/api/managed_users/:managed_user_id/lookup_tables/
:lookup_table_id/rows
List rows.
GET/api/managed_users/:managed_user_id/lookup_tables/
:lookup_table_id/rows/:row_id
List rows in a lookup table.
POST/api/managed_users/:managed_user_id/lookup_tables/
:lookup_table_id/rows
Add a row to a lookup table.
POST/api/managed_users/:managed_user_id/lookup_tablesCreate a new lookup table.
POST/api/managed_users/:managed_user_id/lookup_tables/batch_deleteDelete lookup tables in batch.
PUT/api/managed_users/:managed_user_id/lookup_tables/
:lookup_table_id/rows/:row_id
Update a row in a lookup table.
DELETE/api/managed_users/:managed_user_id/lookup_tables/
:lookup_table_id/rows/:row_id
Delete a row in a lookup table.

Manage customers

TypeResourceDescription
POST/api/managed_usersCreate a customer.
PUT/api/managed_users/:idUpdate a customer.
DELETE/api/managed_users/:idDelete a customer.
GET/api/managed_users/:idGet a customer.
GET/api/managed_usersList all customers.
GET/api/managed_users/:id/membersGet a list of collaborators in a customer workspace.
GET/api/managed_users/:id/members/:member_idGet customer workspace collaborator details.
POST/api/managed_users/:id/membersAdd collaborator to customer workspace.
PUT/api/managed_users/:id/members/:member_idUpdate a customer workspace collaborator.
DELETE/api/managed_users/:id/members/:member_idRemove collaborator from customer workspace.
GET/api/managed_users/:id/members/:member_id/project_grantsList a customer workspace collaborator's project grants.
GET/api/managed_users/:id/connectionsList connections in a customer workspace.
GET/api/managed_users/:id/members/:member_id/privilegesGet privileges from a customer workspace collaborator.
GET/api/managed_users/:managed_user_id/members/
:id/projects_privileges
Get projects privileges from a customer workspace collaborator.
POST/api/v2/managed_users/statistics/usageRetrieve usage metrics for customer workspaces with enhanced data granularity.
POST/api/v2/managed_users/statistics/connection_usageRetrieve connection-based usage metrics for specified customer workspaces.
GET/api/managed_users/usageGet task usage of all customers by month.
POST/api/managed_users/:id/environmentsProvision Environments for an existing customer.
GET/api/v2/managed_users/customer_categoriesList customer categories in an Embedded partner's workspace.
POST/api/v2/managed_users/customer_categoriesCreate a customer category.
PUT/api/v2/managed_users/customer_categories/:idUpdate a customer category.
DELETE/api/v2/managed_users/customer_categories/:idDelete a customer category.
POST/api/v2/managed_users/customer_categories/:id/assignBatch assign a customer category to workspaces.
POST/api/v2/managed_users/customer_categories/:id/unassignBatch unassign a customer category from workspaces.

MCP servers

TypeResourceDescription
GET/api/managed_users/:managed_user_id/mcp_serversList MCP servers in a customer workspace.
POST/api/managed_users/:managed_user_id/mcp_serversCreate an MCP server in a customer workspace.
GET/api/managed_users/:managed_user_id/
mcp_servers/:handle
Retrieve MCP server details in a customer workspace.
PUT/api/managed_users/:managed_user_id/
mcp_servers/:handle
Update an MCP server in a customer workspace.
DELETE/api/managed_users/:managed_user_id</br/>mcp_servers/:handleDelete an MCP server in a customer workspace.
POST/api/managed_users/:managed_user_id/
mcp_servers/:handle/
token_renew
Renew an MCP server authentication token in a customer workspace.
POST/api/managed_users/:managed_user_id/
mcp_servers/:handle/
assign_tools
Assign tools to an MCP server in a customer workspace.
POST/api/managed_users/:managed_user_id/
mcp_servers/:handle/
assign_user_groups
Assign user groups to an MCP server in a customer workspace.
POST/api/managed_users/:managed_user_id/
mcp_servers/:handle/
remove_user_groups
Remove user groups from an MCP server in a customer workspace.
PUT/api/managed_users/:managed_user_id/
mcp_servers/:handle/update_folder
Move an MCP server to a different folder in a customer workspace.
GET/api/managed_users/:managed_user_id/
mcp_servers/:mcp_server_handle/
server_policies
Retrieve the server policy configuration in a customer workspace.
PUT/api/managed_users/:managed_user_id/
mcp_servers/:mcp_server_handle/
server_policies
Update the server policy configuration in a customer workspace.
GET/api/managed_users/:managed_user_id/
mcp_servers/:mcp_server_handle/
tools
List tools for an MCP server in a customer workspace.
PUT/api/managed_users/:managed_user_id/
mcp_servers/:mcp_server_handle/tools/:id
Update the tool description in a customer workspace.
DELETE/api/managed_users/:managed_user_id/
mcp_servers/:mcp_server_handle/tools/:id
Delete a tool in a customer workspace.
GET/api/managed_users/:managed_user_id/
user_groups
List identity provider user groups in a customer workspace.

On-prem

TypeResourceDescription
GET/api/v2/managed_users/:id/on_prem_groupsList on-prem groups in a customer workspace.
GET/api/v2/managed_users/:id/on_prem_agentsList on-prem agents in a customer workspace.
GET/api/v2/managed_users/:id/on_prem_agents/:agent_idRetrieve the details of a specific on-prem agent in a customer workspace using its ID.

Picklists

TypeResourceDescription
POST/api/managed_users/:id/connections/:connection_id/pick_listObtains a list of picklist values for a specified connection in an Embedded customer workspace.

Project grants

TypeResourceDescription
GET/api/managed_users/:managed_user_id/project_grants/:idGet a customer workspace project grant.
PUT/api/managed_users/:managed_user_id/project_grants/:idUpdate a customer workspace project grant.
DELETE/api/managed_users/:managed_user_id/project_grants/:idDelete a customer workspace project grant.
GET/api/managed_users/:managed_user_id/:id/project_grantsList grants from a specific project in a customer workspace.
PUT/api/managed_users/:managed_user_id/projects/
:id/project_grants
Add or update customer workspace project grants.

Project roles

TypeResourceDescription
GET/api/managed_users/:managed_user_id/project_rolesList project roles in a customer workspace.
GET/api/managed_users/:managed_user_id/project_roles/:idGet a project role from a customer workspace.
POST/api/managed_users/:managed_user_id/project_rolesCreate a project role in a customer workspace.
PUT/api/managed_users/:managed_user_id/project_roles/:idUpdate a project role in a customer workspace.
DELETE/api/managed_users/:managed_user_id/project_roles/:idDelete a project role from a customer workspace.

Projects

TypeResourceDescription
GET/api/managed_users/:managed_user_id/projectsList projects in a customer workspace.
POST/api/managed_users/:managed_user_id/foldersCreate a project in a customer workspace.
PUT/api/managed_users/:managed_user_id/projects/
:project_id
Update a project in a customer workspace.
DELETE/api/managed_users/:managed_user_id/projects/
:project_id
Delete a project in a customer workspace.
GET/api/managed_users/:managed_user_id/propertiesList project-level properties by prefix and project ID.
POST/api/managed_users/:managed_user_id/propertiesUpsert project-level properties.
GET/api/managed_users/:managed_user_id/deploymentsRetrieve a list of deployments in a customer workspace.
GET/api/managed_users/:managed_user_id/deployments/:idRetrieve a single deployment in a customer workspace.
GET/api/managed_users/:managed_user_id/api/project_builds/:idRetrieve a downloaded package in a customer workspace.
POST/api/managed_users/:managed_user_id/projects/:id/buildBuild a project in a customer workspace.
POST/api/managed_users/:managed_user_id/project_builds/:id/
deploy
Deploy a downloaded package in a customer workspace.
POST/api/managed_users/:managed_user_id/projects/:project_id/
deploy
Deploy a project in a customer workspace.
GET/api/managed_users/:managed_user_id/deployments/:id/
eligible_reviewers
Retrieve a list of eligible reviewers that can be assigned to review a deployment in a customer workspace.
POST/api/managed_users/:managed_user_id/deployments/:id/
assign_reviewers
Assign reviewers to a deployment in a customer workspace.
POST/api/managed_users/:managed_user_id/deployments/:id/
submit_for_review
Submit a deployment for review in a customer workspace.
POST/api/managed_users/:managed_user_id/deployments/:id/
deploy
Deploy an approved deployment in a customer workspace.

Recipes

TypeResourceDescription
GET/api/managed_users/:id/recipesList recipes belonging to a customer.
GET/api/managed_users/:id/recipes/:recipe_idGet details of a recipe belonging to a customer.
POST/api/managed_users/:managed_user_id/recipesCreate a recipe in a customer workspace.
PUT/api/managed_users/:managed_user_id/recipes/:idUpdate a recipe in a customer workspace.
POST/api/managed_users/:id/recipes/:recipe_id/copyCopy a recipe in a customer workspace.
DELETE/api/managed_users/:id/recipes/:recipe_idDelete a recipe in a customer workspace.
PUT/api/managed_users/:managed_user_id/recipes/:recipe_id/startStart a recipe in a customer workspace.
PUT/api/managed_users/:managed_user_id/recipes/:recipe_id/stopStop a recipe in a customer workspace.
POST/api/managed_users/:managed_user_id/recipes/:recipe_id/
reset_trigger
Reset the trigger for a recipe in a customer workspace.
POST/api/managed_users/:managed_user_id/recipes/:recipe_id/
poll_now
Start a poll-now recipe.
GET/api/v2/managed_users/:managed_user_id/recipes/:recipe_id/
versions
Get versions of a recipe belonging to a customer.
GET/api/v2/managed_users/:managed_user_id/recipes/:recipe_id/
versions/:id
Get details of a recipe version belonging to a customer.
PATCH/PUT/api/v2/managed_users/:managed_user_id/recipes/:recipe_id/
versions/:id
Update a recipe version comment in a customer workspace.

Recipe lifecycle management

Looking for APIs to export packages? Refer to the Workato API docs.

WHO CAN USE THESE ENDPOINTS?

The endpoints in this guide are Embedded Partner APIs. Contact your Workato representative for more info.

TypeResourceDescription
GET/api/managed_users/:managed_user_id/
export_manifests/folder_assets
View assets in a folder.
POST/api/managed_users/:managed_user_id/export_manifestsCreate an export manifest.
PUT/api/managed_users/:managed_user_id/export_manifests/:idUpdate an export manifest.
GET/api/managed_users/:managed_user_id/export_manifests/:idView an export manifest.
DELETE/api/managed_users/:managed_user_id/export_manifests/:idDelete an export manifest.
POST/api/managed_users/:managed_user_id/importsImport a package into a folder located in a customer workspace.
GET/api/managed_users/:managed_user_id/recipesGet status of an imported package.
POST/api/managed_users/:managed_user_id/exports/:manifest_idExport package based on the manifest ID. Requires an Embedded workspace.
GET/api/managed_users/:managed_user_id/exports/:package_idReturns the status of a package export. Requires an Embedded workspace.

Role migration

TypeResourceDescription
POST/api/managed_users/:managed_user_id/
roles_migration/system_roles
Migrate system roles from a customer workspace.
POST/api/managed_users/:managed_user_id/
roles_migration/custom_role
Migrate a custom role from a customer workspace.

Tag assignments

TypeResourceDescription
POST/api/v2/managed_users/:id/tags_assignmentsApply or remove asset tags in a customer workspace.

Test Automation

TypeResourceDescription
POST/api/managed_users/:managed_user_id/
test_cases/run_requests
Run test cases in a customer workspace.
GET/api/managed_users/:managed_user_id/recipes/
:recipe_id/test_cases
List test cases for a specific recipe in a customer workspace.
GET/api/managed_users/:managed_user_id/test_cases/
run_requests/:test_id
Get the current state of a test case run request in a customer workspace.

Last updated: