For security reasons URLs redirecting back to the application must be signed to prevent tampering. This endpoint signs a URL and returns the signed URL. For singing the URL the environment's API key is used. That allows validating the signature on the client side as well.
The URL to sign including all query parameters
Provides a signed URL
The signed URL
The error response is returned when the client is not authenticated. The client must provide a valid authentication key to access the resource.
The error code is a machine readable code describing the error.
The error message is a human readable message describing the error. It is mainly used for understanding the error by developers. It is not meant to be shown to real users.
For many errors we provide suggestions how you can resolve the error on your own.
The trace ID is a unique identifier for the request. It is used to trace the request through the system. Please provide the trace_id when reporting an error to our support team.
This parameter provides a way to contact support. It is mainly used for developers. It is not meant to be shown to real users.
The error response is returned when the client has provided invalid data in the request.
The error code is a machine readable code describing the error.
The error message is a human readable message describing the error. It is mainly used for understanding the error by developers. It is not meant to be shown to real users.
For many errors we provide suggestions how you can resolve the error on your own.
The trace ID is a unique identifier for the request. It is used to trace the request through the system. Please provide the trace_id when reporting an error to our support team.
The errors object contains a list of fields with their corresponding error messages.
This parameter provides a way to contact support. It is mainly used for developers. It is not meant to be shown to real users.
The error response is returned when an unknown server error occurred. Unfortunately, there is nothing you can do to resolve the error on your own. Please try again later or contact support and provide the trace_id.
The error code is a machine readable code describing the error.
The error message is a human readable message describing the error. It is mainly used for understanding the error by developers. It is not meant to be shown to real users.
For many errors we provide suggestions how you can resolve the error on your own.
The trace ID is a unique identifier for the request. It is used to trace the request through the system. Please provide the trace_id when reporting an error to our support team.
This parameter provides a way to contact support. It is mainly used for developers. It is not meant to be shown to real users.