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â
}
}
}