How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Palenca (Vech) console API

The console API from Palenca (Vech) — 27 operation(s) for console.

Palenca (Vech) console API is one of 45 APIs that Palenca (Vech) publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Console. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.

This API exposes 32 operations across 27 paths, and defines 70 schemas. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against the base URL https://api.palenca.com.

32 operations 27 paths 70 schemas 1 DELETE17 GET1 PATCH10 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
https://api.palenca.com
Resource Areas
1

Paths & Operations 32

Across 27 paths, the API surfaces 32 operations — 1 DELETE, 17 GET, 1 PATCH, 10 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

console 32
GET
/console/companies/{company_id}
Get Company
get_company_console_companies__company_id__get 2 params → 200422
PATCH
/console/companies/{company_id}
Update Company
update_company_console_companies__company_id__patch 2 params body → 200422
POST
/console/companies
Create Company
create_company_console_companies_post 1 param body → 200201422
GET
/console/companies/{company_id}/widgets/{widget_id}
Get Widget
get_widget_console_companies__company_id__widgets__widget_id__get 3 params → 200422
PUT
/console/companies/{company_id}/widgets/{widget_id}
Update Company Widget
update_company_widget_console_companies__company_id__widgets__widget_id__put 3 params body → 200422
GET
/console/companies/{company_id}/widgets/accounts/{account_id}
Get Widget Id
get_widget_id_console_companies__company_id__widgets_accounts__account_id__get 3 params → 200422
GET
/console/companies/{company_id}/widgets
List Company Widgets
list_company_widgets_console_companies__company_id__widgets_get 2 params → 200422
POST
/console/companies/{company_id}/widgets
Create Company Widget
create_company_widget_console_companies__company_id__widgets_post 2 params body → 200201422
GET
/console/webhooks/events
List Webhook Topics
list_webhook_topics_console_webhooks_events_get 1 param → 200422
GET
/console/companies/{company_id}/webhooks
List Webhooks
list_webhooks_console_companies__company_id__webhooks_get 2 params → 200422
POST
/console/companies/{company_id}/webhooks
Create Webhook
create_webhook_console_companies__company_id__webhooks_post 2 params body → 200422
PUT
/console/companies/{company_id}/webhooks/{webhook_id}
Update Webhook
update_webhook_console_companies__company_id__webhooks__webhook_id__put 3 params body → 200422
DELETE
/console/companies/{company_id}/webhooks/{webhook_id}
Delete Webhook
delete_webhook_console_companies__company_id__webhooks__webhook_id__delete 3 params → 200422
PUT
/console/companies/{company_id}/webhooks/{webhook_id}/status
Update Webhook Status
update_webhook_status_console_companies__company_id__webhooks__webhook_id__status_put 3 params body → 200422
GET
/console/companies/{company_id}/webhooks/{webhook_id}/logs
Get Webhook
get_webhook_console_companies__company_id__webhooks__webhook_id__logs_get 12 params → 200422
POST
/console/companies/{company_id}/webhooks/{webhook_id}/logs/{log_id}/retry
Retry Webhook Events
retry_webhook_events_console_companies__company_id__webhooks__webhook_id__logs__log_id__retry_post 4 params → 200422
GET
/console/companies/{company_id}/accounts/{account_id}
Get Account
get_account_console_companies__company_id__accounts__account_id__get 4 params → 200422
GET
/console/companies/{company_id}/accounts
List Accounts
list_accounts_console_companies__company_id__accounts_get 10 params → 200422
GET
/console/companies/{company_id}/accounts/{account_id}/profile
Get Profile
get_profile_console_companies__company_id__accounts__account_id__profile_get 3 params → 200422
GET
/console/companies/{company_id}/accounts/{account_id}/employment
Get Employment
get_employment_console_companies__company_id__accounts__account_id__employment_get 3 params → 200422
GET
/console/companies/{company_id}/accounts/{account_id}/earnings
Get Earnings Without Duplicates
get_earnings_without_duplicates_console_companies__company_id__accounts__account_id__earnings_get 3 params → 200422
GET
/console/companies/{company_id}/logins
List Logins
list_logins_console_companies__company_id__logins_get 13 params → 200422
GET
/console/companies/{company_id}/accounts/{account_id}/logins
Get Logins
get_logins_console_companies__company_id__accounts__account_id__logins_get 3 params → 200422
POST
/console/companies/accounts/{account_id}/refresh
Refresh Account
refresh_account_console_companies_accounts__account_id__refresh_post 2 params → 200422
POST
/console/companies/accounts/retry/{account_id}
Retry Imss Login
retry_imss_login_console_companies_accounts_retry__account_id__post 2 params → 200422
GET
/console/companies/{company_id}/accounts/{account_id}/earnings/exists
Does Account Have Earnings
does_account_have_earnings_console_companies__company_id__accounts__account_id__earnings_exists_get 3 params → 200422
GET
/console/companies/{company_id}/accounts/{account_id}/raw-data
Get Raw Data
get_raw_data_console_companies__company_id__accounts__account_id__raw_data_get 2 params → 200422
GET
/console/status/{status_details}
Get Status
get_status_console_status__status_details__get 2 params → 200201422
POST
/console/insights/graphs/benchmarks
Send Platform Benchmarks
send_platform_benchmarks_console_insights_graphs_benchmarks_post 1 param body → 200422
POST
/console/insights/graphs/employment/salary-progression
Get Account Salary Progression Over Time
get_account_salary_progression_over_time_console_insights_graphs_employment_salary_progression_post 1 param body → 200422
POST
/console/insights/graphs/gig/earning-detail
Get Account Earning Detail
get_account_earning_detail_console_insights_graphs_gig_earning_detail_post 1 param body → 200422
POST
/console/insights/extended
Compute Extended Insights
compute_extended_insights_console_insights_extended_post 1 param body → 200422

Schemas 70

The contract defines 70 schemas that model the data the API accepts and returns. The most detailed are WidgetConsoleResponse (29 properties), app__api__schemas__admin__UpdateWidgetParams (24 properties), CompanyDataPrivate (22 properties), app__api__schemas__admin__CreateWidgetParams (22 properties). Each schema is shown below with its type and property counts.

IdType
An enumeration.
EarningDetailConsoleResponse
object
12 properties 4 required
LoginStatus
An enumeration.
EmploymentHistoryStatus
An enumeration.
EmploymentFilesType
An enumeration.
BasePaginationResponse_WebhookDetailsConsoleResponse_
object
4 properties
BaseResponse_AccountsDataConsoleResponse_
object
3 properties
BaseResponse_CompanyDataPrivate_
object
3 properties
StatusResponse
object
5 properties 2 required
app__api__schemas__companies__CreateCompanyParams
object
15 properties 3 required
CountryCode
An enumeration.
IndividualAccountInsightsParams
object
1 property 1 required
ProfileResponse
object
4 properties
AccountLoginsDataResponse
object
1 property 1 required
BaseResponse_StatusResponse_
object
3 properties
AccountConsoleResponse
object
18 properties 2 required
PlatformCode
An enumeration.
BaseResponse_WidgetConsoleResponse_
object
3 properties
CurrencyCode
An enumeration.
HTTPValidationError
object
1 property
BaseResponse
object
3 properties
EmploymentStatus
An enumeration.
PlatformBenchmarksParams
object
2 properties 2 required
AccountWarning
An enumeration.
ComputeExtendedInsightsParams
object
2 properties 2 required
ErrorDetailResponse
object
2 properties
IdInfoBaseResponse
object
3 properties
EmploymentsFilesBaseResponse
object
3 properties
CreateWebhookParams
object
6 properties 4 required
WebhookLogConsoleResponse
object
11 properties
LoginConsoleDataResponse
object
6 properties
app__api__schemas__companies__UpdateCompanyParams
object
9 properties
EmploymentDataBaseResponse
object
5 properties 2 required
app__api__schemas__admin__UpdateWidgetParams
object
24 properties
BaseResponse_WebhookDataResponse_
object
3 properties
WebhookDetailsConsoleResponse
object
2 properties 2 required
WidgetInternalType
An enumeration.
EarningConsoleDataResponse
object
10 properties
BaseResponse_EmploymentDataBaseResponse_
object
3 properties
CompanyStatus
An enumeration.
UpdateWebhookParams
object
7 properties
app__api__schemas__admin__CreateWidgetParams
object
22 properties
AccountsDataConsoleResponse
object
1 property 1 required
PaginationBaseResponse
object
4 properties
ValidationError
object
3 properties 3 required
CompanyPriority
An enumeration.
EmploymentInfoBaseResponse
object
8 properties
WidgetType
An enumeration.
ErrorResponse
object
3 properties
BaseResponse_AccountLoginsDataResponse_
object
3 properties
WebhookDataResponse
object
9 properties 4 required
SourceCode
An enumeration.
CompanyDataPrivate
object
22 properties 5 required
EmploymentHistoryBaseResponse
object
7 properties
BaseResponse_WidgetsConsoleResponse_
object
3 properties
WebhooksDataResponse
object
1 property 1 required
BaseResponse_EarningsDataResponse_
object
3 properties
WebhookActions
An enumeration.
WebhookLogStatus
An enumeration.
BaseResponse_WebhooksDataResponse_
object
3 properties
WidgetConsoleResponse
object
29 properties 1 required
WidgetsConsoleResponse
object
1 property 1 required
WebhookConsoleResponse
object
14 properties 6 required
LoginSourceCode
An enumeration.
ProfileDataBaseResponse
object
4 properties 1 required
DateRange
An enumeration.
BaseResponse_ProfileDataBaseResponse_
object
3 properties
TranslationsResponse
object
3 properties
StatusDetails
An enumeration.
EarningsDataResponse
object
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

palenca-vech-console-api-openapi.yml Raw ↑

Other APIs Palenca (Vech) publishes across the network.

Palenca (Vech) accounts API
Palenca (Vech) admin API
Palenca (Vech) argyle API
Palenca (Vech) Check Platform Health API
Palenca (Vech) companies API
Palenca (Vech) consents API
Palenca (Vech) console/accounts API
Palenca (Vech) console/companies API
Palenca (Vech) console/insights API
Palenca (Vech) console/status API
Palenca (Vech) console/webhooks API
Palenca (Vech) console/widgets API
Where this information came from

This is an independent, third-party profile of Palenca (Vech) console API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.