User

User informations management.

Get user informations

GET https://api.rahona.network/me

This endpoint allows you to get free cakes.

{
    "username": "johndoe1",
    "mail": "[email protected]",
    "rank": "Premium",
    "status": "A",
    "support_priority": "DEFAULT",
    "firstname": "John",
    "lastname": "Doe",
    "utilization": "PERSO",
    "street": "Main Street",
    "postal": "34000",
    "city": "Hartpar",
    "country": "73",
    "phone": "+120012301"
}

Update user informations

POST https://api.rahona.network/me

Update your personnal informations.

Request Body

Name
Type
Description

firstname

string

Firstname

lastname

string

Lastname

utilization

string

PERSO | PRO

street

string

Street

postal

integer

Postal code

city

string

City

country

integer

List available down

phone

string

Phone

password

string

Password

cpassword

string

Confirm password

Country codes

Default country code : 73 (France)

Mis à jour

Ce contenu vous a-t-il été utile ?