cURL
curl --request GET \ --url https://api.firma.dev/functions/v1/signing-request-api/teams/{team_id} \ --header 'Authorization: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "protected": true, "created_date": "2023-11-07T05:31:56Z", "updated_date": "2023-11-07T05:31:56Z" }
Retrieve specific team with complete details.
API key for authentication. Format: 'Bearer your-api-key'
Team retrieved successfully
255
Was this page helpful?