Passer au contenu principal
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
}

Autorisations

Authorization
string
header
requis

En-têtes

accept
enum<string>

Specifies the format of the response from the server.

Options disponibles:
application/json,
application/x-ndjson

Corps

application/json
username
string
requis

The username used to get information about a Twitter user.

Exemple:

"acedatacloud"

Réponse

OK, the request was successful.

result
object

Return user result information.