Registration API
Lets user signup on the platform
Create User
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": 200,
"message": "Success",
"user": {
"id": 34368,
"email": "[email protected]",
"created_at": "2019-12-07T05:58:08.683Z",
"updated_at": "2019-12-07T10:18:38.341Z",
"user_type": "freelancer",
"provider": null,
"uid": null,
"invitation_token": null,
"invitation_created_at": null,
"invitation_sent_at": null,
"invitation_accepted_at": null,
"invitation_limit": null,
"invited_by_id": null,
"invited_by_type": null,
"invitations_count": 0,
"referred_by_id": null,
"locale": "en",
"country_id": 6,
"authentication_token": "72wxmXSewkov_An3fWXz"
}
}Verify Token
Request Body
Name
Type
Description
Last updated
Was this helpful?