Get single notification profile
Returns a specific notification profile by ID.
Please log in to see full path URL. Learn why.
get
/subscriptions/1/profiles/{profileId}
Authorizations:
Scopes:
path Parameters
profileId required | string Notification profile ID. |
Responses
200
Success.
400
Bad request.
401
Unauthorized
403
Forbidden
404
Not found.
429
Too many requests.
500
Internal Server Error
Request samples
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Example
cURL
Copy
curl -L -g 'https://{baseUrl}/subscriptions/1/profiles/{profileId}' \ -H 'Authorization: {authorization}' \ -H 'Accept: application/json'
Response samples
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Content type
application/json
Copy
Collapse all {- "profileId": "NOTIF-32395",
- "security": {
- "authId": "NEWAUTH-9291"
}, - "maxBucketSize": 1,
- "windowSize": 20,
- "connectTimeout": 10000,
- "readTimeout": 10000,
- "enabledSSLProtocols": [
- "TLSv1.3",
- "TLSv1.2"
], - "headers": {
- "X-Important-Header": "Important Value"
}, - "responseRegex": "[1-9][0-9]",
- "responseBodyRegex": "[1-9][0-9]",
- "rateLimit": 5000
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See