Get

Using CURL

curl \
--location \
--request GET 'https://api.decathlon.net/sports_user/contacts/email' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <JWT>' \
--header 'x-api-key: <x-api-key>'

Example

{
    "value": "mail@domain.com",
    "verified": true,
    "verified_at": "2020-01-01T12:00:00.500+0000",
    "country": null
}