We love code - we also love having fun.
Developer or not developer, it's all good with us - have a play with our API and see what you get back. Enjoy.
REQUEST:
POST https://www.razor.co.uk/api/registerinterest
Headers:
Content-Type:application/json
Body
{
"emailaddress":"",
"name":"",
"role":"Developer|Senior Developer|Principal|Solution Architect|Lead Developer|Tester|Project Manager|Designer|CEO"
}
RESPONSE: 201
Headers:
Content-Type:application/json
Body
{
“message”: “This is the response message”,
“view_me”: “Just wait and see... you will laugh...”,
“next_steps”: [
{
“action”: “action”,
“Difficulty”: “Low|Medium|High”
}
}
}