Initialize Career Sequence
We don't recruit. We import module. Integrate your skills with the Razor collective.
Endpoint Specification
At Razor, we operate massive, low-latency, high-availability teams. We don't just write code; we architect solutions that scale.
If you're ready to refactor your career and deploy your skills to a production environment that values distributed intelligence and continuous integration of new ideas, you've found your endpoint.
POSThttps://join.razor.co.uk/api/RegisterInterest
Parameters
nameRequired. Your human identifier string.emailAddressRequired. For asynchronous communication protocol (email).roleRequired. Options: [Engineer, Tester, Data, 'Wizard']
Request Payload
{
"name": "Enter your name here...",
"emailAddress": "Enter your email here...",
"role": "Engineer|Tester|Project Manager|Designer|CEO|Anything Else!"
}Request Sample
application/json
{
"name": "Enter your name here...",
"emailAddress": "Enter your email here...",
"role": "Engineer|Tester|Project Manager|Designer|CEO|Anything Else!"
}Response Sample (200 OK)
application/json
{
"message": "This is the response message",
"viewMe": "Just wait and see...",
"nextSteps": [
{
"action": "action",
"difficulty": "Low|Medium|High"
}
]
}