{ "opencollection": "1.0.0", "info": { "name": "2ndKitchen - Service Authentication API", "version": "1.0" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "POST /authenticate/phone_number", "type": "http" }, "http": { "method": "POST", "url": "https://auth-staging.2ndkitchen.com/authenticate/phone_number", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate a user via phone number" }, { "info": { "name": "POST /authenticate/google", "type": "http" }, "http": { "method": "POST", "url": "https://auth-staging.2ndkitchen.com/authenticate/google", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate a user via google" }, { "info": { "name": "POST /authenticate/facebook", "type": "http" }, "http": { "method": "POST", "url": "https://auth-staging.2ndkitchen.com/authenticate/facebook", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate a user via facebook" }, { "info": { "name": "POST /authenticate/phone_number/v2", "type": "http" }, "http": { "method": "POST", "url": "https://auth-staging.2ndkitchen.com/authenticate/phone_number/v2", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate a user via phone number" }, { "info": { "name": "POST /verifications/phone_number", "type": "http" }, "http": { "method": "POST", "url": "https://auth-staging.2ndkitchen.com/verifications/phone_number", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate a user via phone number" } ] } ], "bundled": true }