GET /v1/publishers/users/{userId}/profile
curl \
-X GET https://api.bitlabs.ai/v1/publishers/users/{userId}/profile \
-H "X-S2S-Token: $API_KEY"
Response examples (200)
{
"data": {
"country": "string",
"main_language": "string",
"spoken_languages": [
"string"
],
"zipcode": "string",
"birthdate": "1999-01-01",
"gender": "MALE",
"username": "string",
"std_questions": [
{
"id": "string",
"values": [
"string"
]
}
]
}
}