Resource URLs
How to find the correct URL parts to address your resources
LingoHub resource URLs follow a structured format based on workspace and project identifiers.
Retrieving resource identifiers
The following section describes how to determine the correct Workspace and Project identifiers for your API requests.
Contact our support team if you cannot identify your workspace in the URL.
Workspace URL
To determine your workspace identifier, we recommend using the List accessible projects endpoint. The project information returned by this endpoint includes the corresponding workspaceUrl.
Project URL
To identify the correct string for a project in a URL, use the List accessible projects endpoint.
The href value associated with the "rel": "self" link provides the direct access URL for a specific project.
{
"title": "Backend",
"links": [
{
"rel": "self",
"href": "https://api.lingohub.com/v1/wrksp-0/projects/backend"
}
]
}Updated 17 days ago
