cURL
curl --request GET \ --url https://api.crevio.co/v1/account \ --header 'Authorization: <api-key>'
{ "id": 123, "name": "<string>", "subdomain": "<string>", "avatar": { "filename": "<string>", "contentType": "<string>", "byteSize": 123, "createdAt": "2023-11-07T05:31:56Z", "signedId": "<string>", "src": "<string>", "srcSet": "<string>" }, "linkInBioPage": { "id": 123, "title": "<string>", "description": "<string>" }, "socialLinks": [ { "id": 123, "name": "<string>", "url": "<string>", "platform": "<string>", "position": 123, "active": true } ], "referralUrl": "<string>", "availableSupportEmail": "<string>" }
Returns information about the authenticated account
API key in the format: Bearer {api_token}
Account information
Show child attributes
Was this page helpful?