API Espace membre
Authentification
curl --request GET \
--url 'https://console.citipo.com/api' \
--header 'Authorization: Bearer <token>'curl --request POST \
--url https://console.citipo.com/api/community/members/authorize \
--header 'authorization: Bearer <token>' \
--header 'content-type: application/json' \
--data '{
"_resource": "AuthorizationToken",
"firstName": "Titouan",
"lastName": "Galopin",
"nonce": "xxx",
"encrypted": "xxx"
}'Mis à jour