Skip to main content
POST
/
api
/
v1
/
user-profile
/
answers
Save profile answers
curl --request POST \
  --url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/user-profile/answers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "answers": {}
}'
{
  "success": true,
  "data": {
    "message": "<string>"
  },
  "meta": {
    "timestamp": "2023-11-07T05:31:56Z",
    "requestId": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Auth0 access token for registered users.

Body

application/json
answers
object
required

Key-value pairs of question keys and user answers

Response

Answers saved successfully.

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object
required