Skip to main content
Assembly follows conventional HTTP response codes to indicate the success or failure of an API request and uses the following codes:

Error response

Some errors that could be handled programmatically (e.g., a parameter is invalid) include an error response object that explains the error reported. code string Specialized identifier for this type of error in our API. Mostly returned with 4xx errors and briefly explains the error reported. message string Human readable error message describing the issue. data string or object Additional information provided about an error for 5xx response status.