Let's get started!

This is a three step process to get to know you and for you to get to know our REST API's. We would be needing your Name with your Email, Mobile Number to proceed. You should also include the position applied for. Those can be sent thru the following Endpoint using a sample body as shown in the Request Body JSON below.

We look forward to your responses, GLHF!

Request Body JSON

{

    "Name": "Juan Dela Cruz",

    "Email": "junjundc@email.com",

    "Mobile": "09171231234",

    "PositionApplied": "Fullstack Developer",

    "Source": "Add your agency name here"

}

Please make sure you follow the messages in HTTP Response body. If you are from an agency, kindly check with your coordinator on the accepted inputs for the source parameter.

Endpoint

HTTP-POST

https://goodmorning-axa-dev.azure-api.net/register

HTTP-HEADERS

Content-Type: application/json

Note that appropriate content type must be included on your HTTP Post.