curl --location -g --request GET 'https://advertising-api.amazon.com/streams/subscriptions/{{subscriptionId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Accept: application/vnd.MarketingStreamSubscriptions.StreamSubscriptionResource.v1.0+json' \
--header 'Authorization: Bearer {{access_token}}'
{
"subscription": {
"createdDate": "2024-05-01T21:03:47.714Z",
"dataSetId": "sp-conversion",
"destination": {
"firehoseDestination": {
"deliveryStreamArn": "arn:aws:firehose:us-east-1:xxxxxxxx:deliverystream/NA-sp-conversion-StreamDestinationFirehoseSpConversionNA",
"subscriberRoleArn": "arn:aws:iam::xxxxxxxx:role/NA-sp-conversion-FirehoseSubscriberRole",
"subscriptionRoleArn": "arn:aws:iam::xxxxxx:role/NA-sp-conversion-FirehoseSubscriptionRole"
}
},
"notes": "",
"status": "ACTIVE",
"subscriptionId": "amzn1.fead.cs1.kDOCOan12sYjMoSFVNZLHg",
"updatedDate": "2024-05-01T21:03:50.027Z"
}
}