Atlassian · Example Payload

Atlassian Atlassiangetprojectemail Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetprojectemail Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "atlassianGetprojectemail",
  "method": "GET",
  "path": "/rest/api/3/project/{projectId}/email",
  "summary": "Atlassian Get Project S Sender Email",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"emailAddress\":\"jira@example.customdomain.com\",\"emailAddressStatus\":[\"Email address or domain not verified.\"]}"
    }
  ]
}