Przejdź do głównej treści
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
}

Autoryzacje

Authorization
string
header
wymagane

Nagłówki

accept
enum<string>

Specifies the format of the response from the server.

Dostępne opcje:
application/json,
application/x-ndjson

Treść

application/json
username
string
wymagane

The username used to get information about a Twitter user.

Przykład:

"acedatacloud"

Odpowiedź

OK, the request was successful.

result
object

Return user result information.