{
  "info": {
    "_postman_id": "943360fe-36a3-41a9-874e-847888d14e44",
    "name": "JOFI v2 API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "7102527",
    "_collection_link": "https://go.postman.co/collection/7102527-943360fe-36a3-41a9-874e-847888d14e44?source=collection_link"
  },
  "item": [
    {
      "name": "Get Account",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{ACCOUNT_API_KEY_LIVE}}",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{JOFI_API_V2_ENDPOINT}}/accounts",
          "host": [
            "{{JOFI_API_V2_ENDPOINT}}"
          ],
          "path": [
            "accounts"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Create Invitation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{ACCOUNT_API_KEY_LIVE}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"created_by_user_email\": \"jane.recruiter@jofiscore.com\",\n    \"first_name\": \"Linda\",\n    \"last_name\": \"Sample\",\n    \"email\": \"linda.sample@jofiscore.com\",\n    \"phone\": null,\n    \"custom_id\": \"ABC123\",\n    \"person_id\": \"1bb2141c-4100-4b21-9cd2-a998b76cf736\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{JOFI_API_V2_ENDPOINT}}/invitations",
          "host": [
            "{{JOFI_API_V2_ENDPOINT}}"
          ],
          "path": [
            "invitations"
          ]
        }
      },
      "response": []
    },
    {
      "name": "List Invitations",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{ACCOUNT_API_KEY_LIVE}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{JOFI_API_V2_ENDPOINT}}/invitations",
          "host": [
            "{{JOFI_API_V2_ENDPOINT}}"
          ],
          "path": [
            "invitations"
          ]
        }
      },
      "response": []
    },
    {
      "name": "List Assessments",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{ACCOUNT_API_KEY_LIVE}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{JOFI_API_V2_ENDPOINT}}/assessments",
          "host": [
            "{{JOFI_API_V2_ENDPOINT}}"
          ],
          "path": [
            "assessments"
          ]
        }
      },
      "response": []
    },
    {
      "name": "List Users",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{ACCOUNT_API_KEY_LIVE}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{JOFI_API_V2_ENDPOINT}}/users",
          "host": [
            "{{JOFI_API_V2_ENDPOINT}}"
          ],
          "path": [
            "users"
          ]
        }
      },
      "response": []
    },
    {
      "name": "List Teams",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{ACCOUNT_API_KEY_LIVE}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{JOFI_API_V2_ENDPOINT}}/teams",
          "host": [
            "{{JOFI_API_V2_ENDPOINT}}"
          ],
          "path": [
            "teams"
          ]
        }
      },
      "response": []
    },
    {
      "name": "List Email Templates",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{ACCOUNT_API_KEY_LIVE}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{JOFI_API_V2_ENDPOINT}}/email-templates",
          "host": [
            "{{JOFI_API_V2_ENDPOINT}}"
          ],
          "path": [
            "email-templates"
          ]
        }
      },
      "response": []
    },
    {
      "name": "List Score Profiles",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{ACCOUNT_API_KEY_LIVE}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{JOFI_API_V2_ENDPOINT}}/score-profiles",
          "host": [
            "{{JOFI_API_V2_ENDPOINT}}"
          ],
          "path": [
            "score-profiles"
          ]
        }
      },
      "response": []
    },
    {
      "name": "List Test Takers",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{ACCOUNT_API_KEY_LIVE}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{JOFI_API_V2_ENDPOINT}}/test-takers",
          "host": [
            "{{JOFI_API_V2_ENDPOINT}}"
          ],
          "path": [
            "test-takers"
          ]
        }
      },
      "response": []
    },
    {
      "name": "List Career Navigation Profiles",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{ACCOUNT_API_KEY_LIVE}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{JOFI_API_V2_ENDPOINT}}/career-navigation-profiles",
          "host": [
            "{{JOFI_API_V2_ENDPOINT}}"
          ],
          "path": [
            "career-navigation-profiles"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Get Invitation by ID",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{ACCOUNT_API_KEY_LIVE}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{JOFI_API_V2_ENDPOINT}}/invitations/12345",
          "host": [
            "{{JOFI_API_V2_ENDPOINT}}"
          ],
          "path": [
            "invitations",
            "12345"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Get Test Taker by ID",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{ACCOUNT_API_KEY_LIVE}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{JOFI_API_V2_ENDPOINT}}/test-takers/12345",
          "host": [
            "{{JOFI_API_V2_ENDPOINT}}"
          ],
          "path": [
            "test-takers",
            "12345"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Get Test Taker Scorecard",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{ACCOUNT_API_KEY_LIVE}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{JOFI_API_V2_ENDPOINT}}/test-takers/12345/scorecard?sp=JOFI-295-AS",
          "host": [
            "{{JOFI_API_V2_ENDPOINT}}"
          ],
          "path": [
            "test-takers",
            "12345",
            "scorecard"
          ],
          "query": [
            {
              "key": "sp",
              "value": "JOFI-295-AS"
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Get Test Taker Job Fit Report",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{ACCOUNT_API_KEY_LIVE}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{JOFI_API_V2_ENDPOINT}}/test-takers/12345/job-fit-report",
          "host": [
            "{{JOFI_API_V2_ENDPOINT}}"
          ],
          "path": [
            "test-takers",
            "12345",
            "job-fit-report"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Get Career Navigation Profile by ID",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{ACCOUNT_API_KEY_LIVE}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{JOFI_API_V2_ENDPOINT}}/career-navigation-profiles/CNP1234567890",
          "host": [
            "{{JOFI_API_V2_ENDPOINT}}"
          ],
          "path": [
            "career-navigation-profiles",
            "CNP1234567890"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Update Invitation by ID",
      "request": {
        "method": "PUT",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{ACCOUNT_API_KEY_LIVE}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"last_name\": \"Sample241213\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{JOFI_API_V2_ENDPOINT}}/invitations/12345",
          "host": [
            "{{JOFI_API_V2_ENDPOINT}}"
          ],
          "path": [
            "invitations",
            "12345"
          ]
        }
      },
      "response": []
    }
  ]
}