Default

Submit Your Puzzle Solution

post

You've cracked the code, and now it's time to submit your solution. Just provide your name, email address, and tell us what the image in the QR code is. Remember, the image description should be one word!

Authorizations
Header parameters
x-api-keystringRequiredExample: eUF4elFSRlg5N3ZPY3lRQXdsdUVVNkg2ZVB4TUE1ZVk6YVc1MlpYTjBaV010ZW1FdGNHSXRZV05qYjNWdWRITXRjMkZ1WkdKdmVBPT0=
AuthorizationstringRequired

For more details on authentication, please refer to the Investec Developer Documentation.

Example: Bearer eUF4elFSRlg5N3ZPY3lRQXdsdUVVNkg2ZVB4TUE1ZVk6NGRZMFBqRVlxb0JyWjk5cg==
Body
namestring · min: 1 · max: 100Required

Your name so we know who you are!

emailstring · emailRequired

Your email address so we can send you your prize!

imageDescriptionstring · min: 1 · max: 50Required

What's the image in the background of the QR code? Let us know! One word!

Pattern: ^[a-zA-Z]+$
Responses
200

You've nailed it!

application/json
post
/za/pb/v1/hunt/submit
POST /za/pb/v1/hunt/submit HTTP/1.1
Host: openapisandbox.investec.com
Authorization: text
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 66

{
  "name": "text",
  "email": "name@gmail.com",
  "imageDescription": "text"
}
{
  "message": "Congratulations! You've successfully submitted the puzzle solution. We'll be in touch soon."
}

Last updated

Was this helpful?