Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Obtain the Workday REST API Endpoint

Obtain the Workday REST API Endpoint

Security:
Security Administration
domain in the System functional area.
Studio's
PrismAnalytics
component requires a Workday REST API endpoint. You can find this endpoint in Workday.
  1. Access the
    View API Clients
    report.
  2. Copy the
    Workday REST API Endpoint
    value.
    Example:
    https://i-07d55d20e81e2d191.workdaysuv.com/ccx/api/v1/super
    .
  3. Delete the
    https://
    at the beginning and the
    /ccx/api/v1/<tenant_name>
    at the end.
    Example:
    i-07d55d20e81e2d191.workdaysuv.com
    .
  4. Copy the text. Studio's
    PrismAnalytics
    component requires it for its
    wd.prism.component.api.hostname
    parameter.