Run in Apidog
Request Body Params application/json
{
"correo" : "Jeffry_Labadie74@yahoo.com" ,
"clave" : "I02anuXySoDnAmJE" ,
"cod_telefono" : "+58" ,
"telefono" : "4123813152" ,
"relacion" : "No Relacion" ,
"nombre" : "Mr. Chad Murphy"
} Request Code Samples
curl --location --globoff '/{{v2}}/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"correo": "Jeffry_Labadie74@yahoo.com",
"clave": "I02anuXySoDnAmJE",
"cod_telefono": "+58",
"telefono": "4123813152",
"relacion": "No Relacion",
"nombre": "Mr. Chad Murphy"
}' Responses Registration response for when a user is successfully created after sending the data to the API
{
"meta" : {
"timestamp" : "2025-04-11T20:55:45+00:00" ,
"api_version" : "v1.0.10" ,
"status" : 201 ,
"copyright" : "© 2025 api.dataemergencia.com. All rights reserved."
} ,
"data" : {
"type" : "user" ,
"id" : 5280 ,
"attributes" : {
"correo" : "Jeffry_Labadie74@yahoo.com" ,
"fmd_code" : 5280 ,
"product_codes" : [
"d0wqnh"
] ,
"bp_codes" : [
"pmdime"
] ,
"token" : "55|ZR9iZON18FZo7gS5KKx5tV7jUfl8Dk6zH0InohJdb30357b8" ,
"expiration_date" : "2025-04-11T21:55:45+00:00" ,
"session_key" : "a32787"
}
}
}
Modified at 2025-04-16 20:22:07