v1
latestOpenAPI 3.0.02026-07-1498671635.3 KBConsumers
publicly-accessible
Create consumer
Creates a consumer for the given tenant.
post/consumers/{tenant}
Path parameters
tenantstring required
The identifier for the tenant. The only supported tenants are uk, au and nz
Request body
Example request
{
"emailAddress": "consumer@just-eat.com",
"firstName": "Bob",
"lastName": "Smith",
"password": "Pa55word",
"registrationSource": "Native"
}Response
Consumer created.
Example response
{
"token": "SKgaDl0wZxnwjNgLxBnU646PDTquWLHOyPuyzidIZIg=",
"type": "otac"
}