Get client profile

Get profile format and values for the client.

Get profile for the client.

GET https://api.wolf.xyz/api/v1/companies/get_client_profile

Query Parameters

Name
Type
Description

tenant*

String

Tenant Key

Headers

Name
Type
Description

Authentication*

String

Authentication token for user

[
    {
      "id": "base_form",
      "form_title": "A bit about you or your company?",
      "form_description": "or the organization / person you will be hiring for.",
      "form_category": "core",
      "custom_form_content": "",
      "fields": [
        {
          "key": "name",
          "id": "name",
          "label": "Your Personal or Company Name",
          "field_type": "string",
          "required_level": "required",
          "description": ""
        },
        {
          "key": "contact_phone",
          "id": "contact_phone",
          "label": "Your contact number",
          "field_type": "phone",
          "required_level": "required",
          "description": ""
        },
        {
          "key": "country_id",
          "id": "country_id",
          "label": "Where your business is located ",
          "field_type": "dropdown",
          "required_level": "required",
          "options": {
            "6": "United States"
          },
          "description": ""
        },
        {
          "key": "category",
          "id": "category",
          "label": "What describes you best ? ",
          "field_type": "dropdown",
          "required_level": "required",
          "options": {
            "Referral": "Referral",
            " Startup": " Startup",
            " Other": " Other"
          },
          "description": ""
        }
      ]
    }
  ]

Last updated

Was this helpful?