cURL
curl --request GET \ --url https://api.vollna.com/v1/profiles \ --header 'X-API-TOKEN: <api-key>'
{ "data": [ { "id": 1, "label": "ACME, Inc.", "type": "agency", "lastSyncAt": "2023-11-07T05:31:56Z", "members": [ { "id": 1, "fullName": "John Doe" } ], "connectsBalance": 123 } ] }
Returns a list of Upwork freelancers and agencies profiles accessible to the authenticated team
API token for authentication
Filter profiles by type
freelancer
agency
Page number
x >= 1
Items per page
10 <= x <= 100
Successful operation
Show child attributes
Upwork profile ID
1
Upwork profile name
"ACME, Inc."
Upwork profile type
"agency"
Last sync date and time
Member ID
Member full name
"John Doe"
Connects balance
123
Was this page helpful?