HomeGuidesRecipesAPI ReferencePython SDK
Alation Help Center
API Reference

Download a specific Authentication Service addon version

Download a specific Alation Agent Authentication Service addon version.

📘

cURL code requirements

When using cURL to download the Authentication Service add-on, you must add -o auth.img in order to save the file. This addition isn't included in the auto-generated cURL code to the right.

An example of a full cURL request is:

curl --request GET 
     --url https://{YOUR-ALATION-INSTANCE/integration/v1/agent/addons/auth/5.14.0-2169/ 
     --header "TOKEN: REDACTED" 
     --header 'accept: application/gzip' -o auth.img
Language
Credentials
Header
URL