Skill

Get all skills

get
/skills

This endpoint retrieves all the skills.

Query parameters
userIdstringRequired

The Id of the user performing the request.

Example: dummy-userid
entityIdstringRequired

The Id of the entity.

Example: dummy-entityid
Header parameters
apikeystringRequired

The API key for authentication

Example: test
apisecretstringOptional

The secret key for authentication

Example: test-secret
useridstringRequired

The Id of the user performing the request.

Example: dummy-userid
tokenstringRequired

The token for user authentication.

Example: dummy-token
Responses
200

Successful response

application/json
get
/skills

Add new skill

post
/skills

This endpoint allows to add a new skill.

Query parameters
userIdstringRequired

The Id of the user performing the request.

Example: dummy-userid
Header parameters
apikeystringRequired

The API key for authentication

Example: test
apisecretstringOptional

The secret key for authentication

Example: test-secret
tokenstringRequired

The token for user authentication.

Example: dummy-token
Body
entityIdstringRequiredExample: entity-101
namestringRequiredExample: Java
descriptionstringRequiredExample: Java super slow
Responses
200

Successful response

application/json
post
/skills

Get skill details

get
/skills/{skillId}

This endpoint retrieves skill details.

Path parameters
skillIdstringRequired
Header parameters
apikeystringRequired

The API key for authentication

Example: test
apisecretstringOptional

The secret key for authentication

Example: test-secret
useridstringRequired

The Id of the user performing the request.

Example: dummy-userid
tokenstringRequired

The token for user authentication.

Example: dummy-token
Responses
200

Successful response

application/json
get
/skills/{skillId}

Add multiple new skills

post
/skills/multiple

This endpoint allows to add multiple new skills.

Query parameters
userIdstringRequired

The Id of the user performing the request.

Example: dummy-userid
Header parameters
apikeystringRequired

The API key for authentication

Example: test
apisecretstringOptional

The secret key for authentication

Example: test-secret
tokenstringRequired

The token for user authentication.

Example: dummy-token
Body
entityIdstringRequiredExample: entity-101
skillsobject[]RequiredExample: [{"name":"Java","description":"Java super slow"}]
Responses
200

Successful response

application/json
post
/skills/multiple

Make payment

post
/payment/pay

This endpoint allows to make payment.

Header parameters
apikeystringRequired

The API key for authentication

Example: test
apisecretstringOptional

The secret key for authentication

Example: test-secret
useridstringRequired

The Id of the user performing the request.

Example: dummy-userid
tokenstringRequired

The token for user authentication.

Example: dummy-token
Body
idstringRequiredExample: stripe-payment-method-id
Responses
200

Successful response

application/json
post
/payment/pay

Last updated