Skyridge Inbox API

Working FOR NIKE, AMAZON, TicketM

What are the benefits of using the INBOX API? 1. Reliable email fetching, scanning trough all categories 2. No forward delays 3. No mastermail ratelimits

How to use the Skyridge Inbox API in combination with Skyridge.

  1. Open the Skyridge Inbox Tool, import your accounts

  2. Go to the API tab

  3. Go to "Push to API"

  4. Select the Accounts you want to Sync with the API, click on "PUSH"

  5. Wait until the push is completed

  6. Go to the API key tab

  7. Generate a new API key, copy it with the copy button

  8. Go to your Skyridge settings.json, put enabled to "true" insert your API key into "userApiKey"

"SkyridgeInbox": {
    "enabled": true,
    "userApiKey": "sk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}

Now if you generate accounts with those and request code fetches it will use the SkyridgeInbox API to fetch the codes instead of your mastermail. Its important that if you want to scrape off your mastermail again to put "enabled" back to "false" otherwise it will request the emails from the API instead of your mastermail. NOTE: This feature only works for NIKE AMAZON and TicketM so far.

Last updated