Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.pubrio.com/user \ --header 'pubrio-api-key: <api-key>'
{ "data": { "timezone_id": 172, "language": "en", "referral_code": "f438ace", "email": "[email protected]", "user_id": "2981d4b3-f8b1-44d8-9759-8f3faf89bfa2", "nickname": "King Lai", "raw_phone_number": "12345679", "phone_number": "12345679", "company": "Pubrio", "profiles": [ { "profile_id": 1, "name": "Pubrio" } ] } }
현재 인증된 사용자의 상세 정보를 조회합니다.
API에서 수행하는 작업 및 해당 권한을 식별하는 고유한 API 토큰입니다. 이 토큰은 설정 섹션에서 생성할 수 있습니다.
관련 세부 정보가 포함된 성공적인 응답입니다.
응답 정보는 특정 API에 따라 다릅니다.