User profile profile retrieve

GET /user-profile/profile/{id}/

Path parameters

  • id integer Required

    A unique integer value identifying this profile.

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
GET /user-profile/profile/{id}/
curl \
 --request GET 'http://api.example.com/user-profile/profile/{id}/'
Response examples (200)
{
  "id": 42,
  "user": 42,
  "bio": "string",
  "location": "string",
  "birth_date": "2025-05-04"
}