Перейти до основного вмісту
POST
/
x
/
users
Get user details by Twitter username.
curl --request POST \
  --url https://api.acedata.cloud/x/users \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "username": "acedatacloud"
}
'
{
  "result": 904
}

Авторизації

Authorization
string
header
обов'язково

Заголовки

accept
enum<string>

Specifies the format of the response from the server.

Доступні опції:
application/json,
application/x-ndjson

Тіло

application/json
username
string
обов'язково

The username used to get information about a Twitter user.

Приклад:

"acedatacloud"

Відповідь

OK, the request was successful.

result
object

Return user result information.