In Curricula, there are two IDs for the same account: • The API account ID is the short hash string you see in the API path, e.g. nL46xZ711QYG in https://mycurricula.com/api/v1/accounts/nL46xZ711QYG • The UI company ID is the numeric value in the browser URL when you’re on the company dashboard, e.g. 12345 in https://mycurricula.com/company/12345/dashboard Currently, the public Curricula API only exposes the hashed account ID (the string form). The numeric company ID you see in the UI URL is not surfaced as a field in the API responses, so there isn’t a supported way to programmatically convert 40213 ↔ nL46xZ758QYG using the SAT API alone. Therefore we are unable to link directly to a curricula account using API data, because we can't compose a URL directly to the company.