Saltar al contenido 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
}

Autorizaciones

Authorization
string
header
requerido

Encabezados

accept
enum<string>

Specifies the format of the response from the server.

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

Cuerpo

application/json
username
string
requerido

The username used to get information about a Twitter user.

Ejemplo:

"acedatacloud"

Respuesta

OK, the request was successful.

result
object

Return user result information.