1. Request:
  2. POST /identity/match HTTP/1.1
  3. Host: api.threema.ch
  4. Proxy-Connection: keep-alive
  5. Accept-Encoding: gzip, deflate
  6. Content-Type: application/x-www-form-urlencoded
  7. Content-Length: 4509
  8. Accept-Language: de-de
  9. Accept: */*
  10. Connection: keep-alive
  11. User-Agent: Threema/934 CFNetwork/609.1.4 Darwin/13.0.0
  12. {
  13. "emailHashes": ["texpHfLaKRdjdTYnESUSDCkomaAqJ6w9uSXeWhfWCyI="],
  14. "mobileNoHashes": ["fb+wcBrMsANZ1y7Emp6uZEFRTHdc0GEns+PsDfS3A28=", "faWLqS2\/gJ3luu4xyk529tiu0UAIc\/D\/Gt6tEDtWYfc="]
  15. }
  16. Response:
  17. HTTP/1.1 200 OK
  18. Server: nginx
  19. Date: Sun, 10 Nov 2013 10:46:23 GMT
  20. Content-Type: application/json; charset=utf-8
  21. Transfer-Encoding: chunked
  22. Connection: keep-alive
  23. {
  24. "checkInterval": 43200,
  25. "identities": [{
  26. "identity": "ZZU1OW4V",
  27. "publicKey": "4IRoSZIBCxMV2FDnsET6wNIvE34FJolRega7wkHga1w=",
  28. "mobileNoHash": "zAyiwPy9I2BYTriej+aYE42oMcGuSryXXeSJYtLv4xw="
  29. }, {
  30. "identity": "ABBM1W5A",
  31. "publicKey": "lmvlgEcazYIsDC48m7z67WBaBXPCu3FT9EloKhSJ2kk=",
  32. "mobileNoHash": "1XAa6+WzKxv4MUVkafcuaEwQa2KpImY4Mitdaappa1E="
  33. }]
  34. }