Skip to main content
GET

Base URL

  • Always prepend the endpoint with the correct Base URL.
  • For different environments (like staging or production), switch the base URL accordingly.
This endpoint is only accessible via the admin environment. Ensure that you are using the correct admin base URL when making requests.

Authorization

string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Request headers

string
required
Bearer token required for authentication. Format: Bearer <token>.
string
Specifies the media types that are acceptable for the response. Defaults to accepting JSON and plain text responses.
string
Indicates supported content encoding algorithms for the response.
string
Specifies language preferences for the response.

Path Parameters

string
required
The unique identifier of the application whose build information is being retrieved.

Response Fields

string
The unique identifier of the build.
string
The ID of the application associated with the build.
object
Contains configuration settings related to the build.

Response Headers

boolean
Indicates whether the response can be exposed when credentials are present. Example: true.
string
Lists the allowed headers in the actual request.
string
Specifies the allowed HTTP methods.
string
Indicates the allowed origin for cross-origin requests.
string
Specifies the encoding used to compress the response.
string
Indicates the media type of the response content.
string
Enforces secure (HTTPS) connections to the server.
string
Specifies that the response may vary based on the Accept-Encoding request header.
string
Prevents the browser from MIME-sniffing a response away from the declared Content-Type.
string
Controls the cross-site scripting (XSS) filter. Example: 0 (disabled).
Last modified on March 7, 2025