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" } ] } }
A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.
Successful response containing user details.
Response info depends on specific endpoint.