# Search for Plans **POST /plans/search** ## Servers - Production: https://zim.api.zimconnections.com (Production) - Sandbox: https://zim.api.dev.zimconnections.com (Sandbox) ## Authentication methods - Oauth2 ## Parameters ## Responses ### 200 Success #### Body: application/json (array[object]) - **id** (string) - **destination** (object) - **region** (object) - **dataUnit** (string) Possible values: * `MB` - MegaByte representation * `GB` - GigaByte representation - **dataValue** (number) Details: * If `dataValue` >= 0 then the plan is capped to that amount of consumable data * If `dataValue` == -1 then the plan is unlimited and does not have a cap on consumable data - **callUnit** (string) Details: * `MINUTES` - Minutes representation * `HOURS` - Hours representation - **callValue** (number) Details: * If `callValue` >= 0 then the plan is capped to that amount of consumable call time * If `callValue` == -1 then the plan is unlimited and does not have a cap on call time - **smsUnit** (string) - **smsValue** (number) Details: * If `smsValue` >= 0 then the plan is capped to that amount of consumable SMS sent * If `smsValue` == -1 then the plan is unlimited and does not have a cap on SMS sent - **durationUnit** (string) - **durationValue** (number) - **features** (array[object]) - **prices** (array[object]) [Powered by Bump.sh](https://bump.sh)