RCS compatibility check
documentedCheck RCS compatibility for given numbers.
POST /v1/public/contact/rcs-compatibilityContactsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.octopush.com/v1/public/contact/rcs-compatibility" \
-X POST \
-H "Content-Type: application/json" \
-H "api-login: {{$OCTOPUSH_API_LOGIN}}" \
-H "api-key: {{$OCTOPUSH_API_KEY}}" \
-d '{"phone_numbers": ["{{$phone_numbers_1}}", "{{$phone_numbers_2}}"]}' # Docs: https://octopush-api.readme.io/reference/post_public_apicontactsrcscompatibility