ApiContent studio v2
Create expertise request and send invitations
AuthorizationBearer <token>
In: header
Path Parameters
domainId*string
Domain ID
briefId*string
Brief ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/domains/string/content-briefs/string/expertise-requests" \ -H "Content-Type: application/json" \ -d '{ "sectionScope": "all", "expertEmails": [ "jane.doe@acme.com", "john.smith@acme.com" ] }'Empty
Empty