POST
/
components
/
employer
curl --request POST \
  --url https://sandbox.withclasp.com/components/employer \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "employer": "<string>"
}'
{
  "employer": "<string>"
}

Authorizations

Authorization
string
header
required

API Key authentication with required prefix "Bearer"

Body

employer
string
required

Response

200 - application/json
employer
string
required