{"variables":[],"info":{"name":"Postback.Email API","_postman_id":"2f1ecf9f-4a9e-435d-9e0a-0e316327048d","description":"","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.0.0\/collection.json"},"item":[{"name":"Authentication","description":"API for user authentication.","item":[{"name":"Create personal access token\nIf you are a registered user, then you can get you personal access token without any additional setting.","request":{"url":{"protocol":"https","host":"postback.email","path":"api\/v1\/auth\/login","query":[]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"email@acme.com\",\n    \"password\": \"secret\"\n}"},"description":"This endpoint will require your password just like login page of our website and we are using encrypted\nconnection to protect your credentials.","response":[]}},{"name":"Delete personal access token\nPersonal access tokens have no expiration time. Therefore, it is suggested to delete your tokens\nif you will not continue using it.","request":{"url":{"protocol":"https","host":"postback.email","path":"api\/v1\/auth\/delete-token","query":[]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"[]"},"description":"","response":[]}}]},{"name":"Emails","description":"API for your emails.","item":[{"name":"List of emails\nReturns list of emails.","request":{"url":{"protocol":"https","host":"postback.email","path":"api\/v1\/emails\/getEmails","query":[]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"[]"},"description":"","response":[]}},{"name":"Read email\nReturns an email.","request":{"url":{"protocol":"https","host":"postback.email","path":"api\/v1\/emails\/getEmail\/:id","query":[],"variable":[{"id":"id","key":"id","value":"1","description":"integer: ID of email."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"[]"},"description":"","response":[]}}]}]}