# Retrieve subscriptions for the specified contact unicity Endpoint: GET /targets/subscriptions?unicity= Version: 8.1.0 ## Query parameters: - `unicity` (string, required) The unicity of the contact used to retrieve the subscriptions ## Header parameters: - `X-Key` (string, required) A unique API key used to authenticate requests to the NP6 platform. This key must be included in every API call to validate the identity and permissions of the client. Keep your API key secure and do not expose it in public code or logs. ## Response 200 fields (application/json): - `id` (string) Defines the subscription ID. - `lifecycle` (object) Defines the lifecycle information of the subscription. - `lifecycle.creation` (object) Defines the creation information for a resource. - `lifecycle.creation.date` (string) Defines the date of the lifecycle event. - `lifecycle.creation.user` (object) Defines the user information associated with the lifecycle event. - `lifecycle.creation.user.id` (string) Defines the user ID associated with the lifecycle event. - `lifecycle.creation.user.name` (string) Defines the user name associated with the lifecycle event. - `lifecycle.modification` (object) Defines the modification information for a resource. - `application` (string) Defines the application associated with the subscription. - `provider` (object) Defines the provider information used to push notifications. - `provider.type` (string) - `contact` (object) Defines the contact bound to the subscription. ## Response 401 fields ## Response 403 fields ## Response 404 fields