Transfer a Ticket

Transfer ticket to another user. It will create a request for the transfer. It should be accepted or refused after.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Transferring Using E-mails

Ingresse platform will handle both registered and not registered e-mails provided in the request. In case of registered e-mails, Ingresse will send an e-mail to notify the ticket transfer. In case of a non registered e-mail, Ingresse will send an e-mail notifying that there is an available ticket at Ingresse and the user just needs to complete the registration process.

Post Body Example

{
	"user" : "[email protected]"
}
{
	"isReturn" : true
}
Path Params
int32
required

Sold ticket ID.

Body Params
string

User who will receive the transfer. It will be ignored if 'return' mode is choosen. Two formates are available: user id, email.

boolean
Defaults to false

When true, a transfer will be executed directly back to the ticket buyer, ignoring the user attribute sent.

boolean
Defaults to false

Transfer restricted to the app who created it. Two modes are available: false (default): Any application can update the created transfer; true: Only the application who create this transfer will be capable of updating it

Response

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json