Get an SDK's download URL
Gets a short-lived signed URL for the generated SDK archive (zip). The generated URL is created on demand and expires within a few minutes.
Note:
The API doesn’t stream the archive directly to keep responses small and predictable. Use the returned URL to download the SDK zip file.
Authentication
x-api-keystring
API Key authentication via header
OR
Authorizationstring
A valid [SCIM API key](https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/#generating-scim-api-key) for calls to SCIM endpoints.
OR
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
sdkId
The SDK's ID.
Response
Successful Response
id
The SDK's ID.
language
The target output language for the generated SDK.
url
A short-lived signed URL to the generated SDK archive (zip).
expiresAt
The date and time at which the signed URL expires.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error