The create-a-qr-code-result
endpoint allows you to retrieve the results of a create-a-qr-code-result
endpoint You can start using this endpoint once the operation has started.
This API endpoint is accessed using the GET
method.
When you make a request to this endpoint, you should include the following query parameters:
api_token
: Your access_token
run_id
: The unique identifier for the workflow run.<aside> 💡 Go to this page to find out how to get the Access Token.
</aside>
200
: This status code indicates a successful workflow execution.400
: This status code indicates an error in the workflow.401
: This status code indicates an error in the workflow.403
: This status code indicates an error in the workflow.404
: This status code indicates an error in the workflow.500+
: This status code indicates an error in the workflow.