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 トークンです。このトークンはダッシュボードの 設定 画面から発行できます。
関連する詳細情報を含む成功レスポンスです。
エンドポイント固有のレスポンスをオブジェクト形式で格納する汎用コンテナです。