Get an SDK's download URL

View as Markdown

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

sdkIdstringRequired
The SDK's ID.

Response

Successful Response
idstring
The SDK's ID.
languageenum
The target output language for the generated SDK.
urlstringformat: "uri"

A short-lived signed URL to the generated SDK archive (zip).

expiresAtdatetime
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