cURL
curl --request GET \ --url https://client-api.salesfinity.co/v1/team \ --header 'x-api-key: <api-key>'
{ "_id": "<string>", "name": "<string>", "users": [ { "user": { "_id": "<string>", "email": "<string>", "first_name": "<string>", "last_name": "<string>" }, "status": "<string>", "license": "<string>" } ] }
Returns team information
teams
Team information retrieved successfully
The response is of type object.
object