# Selcor API ## Docs - [Delete Agent](https://docs.selcor.ai/api-reference/agent/delete-agent.md): Remove the voice agent from a location. - [Get Agent](https://docs.selcor.ai/api-reference/agent/get-agent.md): Get the voice agent configuration for a location. - [Setup Agent](https://docs.selcor.ai/api-reference/agent/setup-agent.md): Trigger agent setup (fire-and-forget). Returns 202 immediately. - [Update Agent](https://docs.selcor.ai/api-reference/agent/update-agent.md): Update agent fields for a location. - [Get Call](https://docs.selcor.ai/api-reference/calls/get-call.md): Retrieve a single call session by ID. - [Get Call Stats](https://docs.selcor.ai/api-reference/calls/get-call-stats.md): Aggregated call statistics for a location. - [List Calls](https://docs.selcor.ai/api-reference/calls/list-calls.md): Returns a paginated list of call sessions. - [List Operating Hours](https://docs.selcor.ai/api-reference/hours/list-operating-hours.md): Returns operating hours for the location. - [Replace Operating Hours](https://docs.selcor.ai/api-reference/hours/replace-operating-hours.md): Bulk replace all operating hours for the location. - [Create Location](https://docs.selcor.ai/api-reference/locations/create-location.md): Create a new location under the specified workspace. - [Get Location](https://docs.selcor.ai/api-reference/locations/get-location.md): Retrieve a single location by ID, including Twilio configuration. - [List Locations](https://docs.selcor.ai/api-reference/locations/list-locations.md): Returns a paginated list of locations for the workspace. - [Update Location](https://docs.selcor.ai/api-reference/locations/update-location.md): Update a location's properties. - [List Available Numbers](https://docs.selcor.ai/api-reference/phone/list-available-numbers.md): Search for available phone numbers by area code. - [Provision Number](https://docs.selcor.ai/api-reference/phone/provision-number.md): Purchase and configure a phone number via Twilio. - [Create Credential](https://docs.selcor.ai/api-reference/relay-credentials/create-credential.md): Store an encrypted platform credential for Relay executions. - [Delete Credential](https://docs.selcor.ai/api-reference/relay-credentials/delete-credential.md): Permanently delete a stored credential. - [Get Credential](https://docs.selcor.ai/api-reference/relay-credentials/get-credential.md): Retrieve a single credential by ID. - [List Credentials](https://docs.selcor.ai/api-reference/relay-credentials/list-credentials.md): Returns a paginated list of stored credentials. - [Verify Credential](https://docs.selcor.ai/api-reference/relay-credentials/verify-credential.md): Launch a browser session and attempt to log in with the stored credential. - [Execute Relay Action](https://docs.selcor.ai/api-reference/relay-execute/execute-relay-action.md): Run a browser-automated action against a stored credential. Long-running (up to ~4 min). - [Get Execution](https://docs.selcor.ai/api-reference/relay-executions/get-execution.md): Retrieve a single execution by ID with full detail. - [List Executions](https://docs.selcor.ai/api-reference/relay-executions/list-executions.md): Returns a paginated list of relay executions with optional filters. - [List Services](https://docs.selcor.ai/api-reference/services/list-services.md): Returns available services/appointment types for the location. Shape varies by connector type (NexHealth vs Native). - [List Staff](https://docs.selcor.ai/api-reference/staff/list-staff.md): Returns staff/providers for the location. Shape varies by connector type (NexHealth vs Native). - [Get Usage](https://docs.selcor.ai/api-reference/usage/get-usage.md): Aggregated AI usage statistics for a location. - [Create Workspace](https://docs.selcor.ai/api-reference/workspaces/create-workspace.md): Create a new workspace under your tenant. - [Get Workspace](https://docs.selcor.ai/api-reference/workspaces/get-workspace.md): Retrieve a single workspace by ID. - [List Workspaces](https://docs.selcor.ai/api-reference/workspaces/list-workspaces.md): Returns a paginated list of workspaces. - [Update Workspace](https://docs.selcor.ai/api-reference/workspaces/update-workspace.md): Update a workspace's properties. - [Authentication](https://docs.selcor.ai/authentication.md): Authenticate requests to the Selcor Partner API using Bearer tokens. - [Errors](https://docs.selcor.ai/errors.md): Error codes and response format for the Selcor Partner API. - [Welcome](https://docs.selcor.ai/introduction.md): The Selcor Partner API provides programmatic access to Voice and Relay products for healthcare practices. ## OpenAPI Specs - [openapi](https://docs.selcor.ai/api-reference/openapi.json)