Tags
A generic tag that could be be applied to candidates
Last updated
A generic tag that could be be applied to candidates
Last updated
© 2024 Endorsed
POST
https://endorsed.ai/api/v1/tags
Creates a new tag and returns the tag's UUID id. Tags are also unique by the following fields (tag_type
, is_standardized
, and name
) as these fields serve as a composite key in addition to the unique id
field.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Examples:
GET
https://endorsed.ai/api/v1/tags/{id}
Get an existing tag by it's UUID id.
Examples:
DELETE
https://endorsed.ai/api/v1/tags/{id}
Deletes an existing tag by it's UUID id.
Examples:
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Authorization*
string
Authorization header containing the Bearer Access Token from the /auth/tokens
endpoint. Example: Bearer <ACCESS_TOKEN>
Content-Type
string
Must be application/json
. If not set, defaults to application/json
tag_type*
string
The type of the tag:
preferred_role_title
,
experience_based_role_title
, or
specialty_name
is_standardized*
boolean
Whether the tag is a organization-wide standardized tag (as opposed to generated by users).
name*
string
The name of the tag
description
string
Human-readable description of the tag
id*
string
UUID id of the tag
Authorization*
string
Authorization header containing the Bearer Access Token from the /auth/tokens
endpoint. Example: Bearer <ACCESS_TOKEN>
id*
string
UUID id of the tag
Authorization*
string
Authorization header containing the Bearer Access Token from the /auth/tokens
endpoint. Example: Bearer <ACCESS_TOKEN>