-
-
Save jduff/3067518 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Apply to Shopify API # | |
Interested in working at Shopify? Don't use that form, you're a | |
developer and can clearly do better than that! | |
Instead you can apply to Shopify via our applicant API. Of course, | |
for the extra effort you will be given a higher priority than those | |
who simply apply via the webform. | |
# How? # | |
It's pretty straight forward to send off a job application to us. You'll | |
need to send a JSON encoded POST to: | |
http://recruiting.shopify.com/apply.json | |
With the following information: | |
{ | |
'applicant': { | |
'first_name': 'required', | |
'last_name': 'required', | |
'email': 'required', | |
'phone_number': 'optional', | |
'company': 'optional', | |
'location': 'optional', | |
'message': 'Tell us a little bit about yourself. optional', | |
'github_account': 'optional', | |
'twitter_account': 'optional', | |
'personal_website': 'optional', | |
'applying_for': 'required (ex. Software Developer- API)' | |
} | |
} | |
No attachements yet, but feel free to include it in your message. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment