cURL
curl --request POST \ --url https://api.firma.dev/functions/v1/signing-request-api/teams \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "protected": true, "created_date": "2023-11-07T05:31:56Z", "updated_date": "2023-11-07T05:31:56Z" }
Create a new team within your company.
API key for authentication. Format: 'Bearer your-api-key'
255
Team created successfully
Was this page helpful?