Skip to main content

Get Indeed advertiser account information for employer

GET 
/v1/account

Gets an employer's Indeed advertiser account information.

OAuth scopeAccess token type
Employer account details: employer.advertising.account.read

Access token that represents an employer. See Get access token that represents employer.

Request

Query Parameters

    fields string

    Indicates which fields to include in the response. Valid values are employerId, email, contact, company, jobSourceList, billingActive, and currencyCode. The currencyCode value is available only when getting employer account details. If you omit the fields, default is id,employerId,email,contact,company,jobSourceList.

Responses

Success

Schema

    meta

    object

    Response-related metadata.

    status int32

    HTTP status code of the response.

    errors

    object[]

    Any errors that prevented successful processing of the request. If there were no errors, the value is null.

  • Array [

  • type string

    Name of the error.

    description string

    Human-readable description of the problem.

  • ]

  • rootLocation string

    Base URL of the Sponsored Jobs API.

    perPage int32

    For endpoints that return paginated results, the effective maximum number of entries returned on one page. The value may be smaller than the maximum you requested with the perPage parameter. If the endpoint returns a single result or doesn't paginate, the value is null.

    links

    object[]

    Resources related to the requested resource.

  • Array [

  • rel string

    The relationship between the requested resource and the related resource. These values are commonly used:

    • up: The related resource is a collection that contains the requested resource, or an entity that the requested resource is attached to.
    • next: The next page of entries in a paginated result.
    • prev: The previous page of entries in a paginated result.

    However, the value may also be an arbitrary string describing the relationship, such as Campaign Info.

    href string

    Endpoint URL of the related resource. Can contain query string parameters. To get the complete URL, append the href to rootLocation.

  • ]

  • data

    object[]

  • Array [

  • email string

    Employer email address.

    contact string

    Employer primary point of contact.

    employerId string
    company string

    Employer company name.

    jobSourceList

    object[]

  • Array [

  • id string
    siteName string
  • ]

  • currencyCode string

    ISO 4217 currency code used for the employer's campaign budgets and billing.

  • ]

Loading...

Was this page helpful?