Newsletters
Get newsletter
Retrieve a newsletter by its JID.
Requires newsletters:read scope.
Request
curl -X GET "https://api.blueticks.co/v1/newsletters/string"{
"success": true,
"data": {
"id": "string",
"name": "string",
"description": "string",
"owner": "string",
"created_at": "2019-08-24T14:15:22Z",
"subscribers": 0,
"invite": "string",
"verification": "VERIFIED"
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"request_id": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
id*string
Newsletter JID, e.g. 12345@newsletter.
Match
^\d+@newsletter$Response
Response Body
application/json
application/json