Get notification profiles

Returns a list of all notification profiles for your account with pagination.

Please log in to see full path URL. Learn why.
get
/subscriptions/1/profiles
query Parameters
page
integer <int32> >= 0
Default: 0

Results page to retrieve (0..N).

size
integer <int32> [ 1 .. 100 ]
Default: 20

Number of records per page.

Responses

200

Success.

400

Bad request.

401

Unauthorized

403

Forbidden

404

Not found.

429

Too many requests.

500

Internal Server Error

Request samples

Example
cURL
Copy
curl -L -g 'https://{baseUrl}/subscriptions/1/profiles' \
-H 'Authorization: {authorization}' \
-H 'Accept: application/json'

Response samples

Content type
application/json
Copy
Collapse all
{
  • "results":
    [
    • {
      • "profileId": "string",
      • "webhook":
        {
        • "contentType": "string",
        • "notifyUrl": "string"
        },
      • "security":
        {
        • "authId": "string"
        },
      • "clientCertificateId": "string",
      • "maxBucketSize": 0,
      • "windowSize": 0,
      • "connectTimeout": 0,
      • "readTimeout": 0,
      • "enabledSSLProtocols": "TLSv1.2",
      • "headers":
        {
        • "property1": "string",
        • "property2": "string"
        },
      • "responseRegex": "string",
      • "responseBodyRegex": "string",
      • "rateLimit": 0
      }
    ],
  • "paging":
    {
    • "page": 0,
    • "size": 0,
    • "totalPages": 0,
    • "totalResults": 0
    }
}

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary

Research panel

Help shape the future of our products
Learn more
Service status

Copyright @ 2006-2025 Infobip ltd.