메인 콘텐츠로 건너뛰기
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.