Skip to Razor content
We love code - we also love having fun.

Register Your Interest

Developer or not developer, it's all good with us - have a play with our API and see what you get back. Enjoy.

<>

API Definition

Request

POST https://www.razor.co.uk/api/registerinterest

Headers

Content-Type: application/json

Body

{     
"emailaddress":"Enter your email here...", 
"name":"Enter your name here...",     
"role":"Engineer|Tester|Project Manager|Designer|CEO|Anything Else!"
}

Responses

201

Headers

Content-Type:application/json

Body

{
   "message":"This is the response message",
   "viewMe":"Just wait and see...",
   "nextSteps":[
      {
         "action":"action",
         "difficulty":"Low|Medium|High"
      }
   ]
}