post https://api.apsis.one/audience/keyspaces//profiles//sections//subscriptions
For a profile to receive your communication, the following requirements must be met:
- profile's address has a topic level opt-in consent (see
/audience/channels/{channel_discriminator}/addresses/{address}/consents
endpoint) - profile is subscribed to the topic (see
/audience/keyspaces/{keyspace_discriminator}/profiles/{profile_key}/sections/{section_discriminator}/subscriptions
endpoint)
Works with keyspaces that have manage_subscriptions
flag set, otherwise the HTTP 403 Forbidden
status code is returned.
Read more about consents in this Help Center article.