Expose company ID in Curricula API
B
Brady Vidovic
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
• The UI company ID is the numeric value in the browser URL when you’re on the company dashboard, e.g. 12345 in
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.