Skip to content

Instantly share code, notes, and snippets.

@antionio
Last active February 5, 2017 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antionio/9e43f9c6f20c79dd15cf50444c900773 to your computer and use it in GitHub Desktop.
Save antionio/9e43f9c6f20c79dd15cf50444c900773 to your computer and use it in GitHub Desktop.
Unity Cloud Build API CURL request
curl -H 'Authorization: BASIC YOUR_API_KEY_HERE' https://build-api.cloud.unity3d.com/api/v1/orgs/your-organization-here/projects/your-project-name-here/buildtargets/default-windows-desktop-32-bit/builds?buildStatus=success&platform=standalonewindows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment