☰
CompAnalyst
| API
×
Welcome to the Salary.com API Authentication
Data as a Service CompAnalyst and JobArchitect

DATA AS A SERVICE

Introduction & AI Market Data Job Match API
Behavior Request Field Definitions Response Field Definitions Match a Job POST Batch Match Jobs POST Match a Job (Verbose) POST Batch Match Jobs (Verbose) POST
Posting Data Job Match API
Behavior Request Field Definitions Response Field Definitions Match a Job POST Match a Job (Verbose) POST

COMPANALYST

Employees
Get an Employee GET Get Employee List GET Create an Employee POST Update an Employee PUT Delete an Employee DELETE
Company Jobs
Get a Company Job GET Get Company Job List GET Create a Company JobPOST Update a Company Job PUT
Composites
Get Composite ListGET Get Composite by Job CodeGET

JOBARCHITECT

Jobs
Get Job Description List GET Get a Job Description Details GET
Skills
Get Skills GET

REFERENCE

Field Definitions
Employees Company Jobs Salary Plan Competencies Composites JobArchitect Skills
Change Log

CompAnalyst and JobArchitect

POST /cloud/v1/token

Authentication is handled via standard OAuth 2.0 using Client Credential grant type to generate an access token.

URL

https://companalystapi.salary.com/cloud/v1/token

Method

POST

Request Headers

Content-Type: application/json

Request Body

grant_type: is always “client_credentials”

The client_id and client_secret can be provisioned by Salary.com. Please reach out to your customer success manager.

{ 
    "grant_type": "client_credentials", 
    "client_id": "xxxxx", 
    "client_secret": "xxxxx"
}

Request Example

curl --location 'https://companalystapi.salary.com/cloud/v1/token' \
--header 'Content-Type: application/json' \
--data '{ 
    "grant_type": "client_credentials", 
    "client_id": " xxxxx ", 
    "client_secret": " xxxxx"
}'

Response Model

{ 
    "access_token": "D549F20F-9412-44DB-A9EC-F1083162952C", 
    "token_type": "Bearer",
    "expires_in": 86400
}

Pass this access_token in subsequent API requests in the Authorization header as a Bearer token.

© Copyright Salary.com 2025. All Rights Reserved. Privacy Policy | Legal