Logo
Cartes.io API API Documentation

Get a single user

GET {{cartes_api_base_url}}/users/{{username}}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "username": "Cartes.io", "email_verified_at": "2020-05-08 17:13:31", "avatar": null, "seen_at": "2022-08-06 20:56:01", "created_at": "2020-05-08T15:12:53.000000Z", "description": "Official Cartes.io maps account", "public_maps": [ { "slug": "048eebe4-8dac-46e2-a947-50b6b8062fec", "title": "Demo map", "description": "This map is a demo map, meant to help you try out Cartes.io. You can create markers here willy-nilly, but please behave. Information on this map is not real or accurate.", "privacy": "public", "users_can_create_markers": "yes", "options": null, "uuid": "048eebe4-8dac-46e2-a947-50b6b8062fec", "created_at": "2020-05-03T13:24:48+00:00", "updated_at": "2022-08-05T11:26:09+00:00", "is_linked_to_user": true } ], "public_maps_contributed_to": [] }



Curl
curl -X GET 'cartes_api_base_url/users/Cartes.io'

ENDPOINTS