Create Subscription
Developing
POST
/libraries/subscribe
Libraries
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:8080/libraries/subscribe' \
--header 'Authorization: Bearer ' \
--header 'user-email: user@email.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"tags": [
"bug_fix"
],
"libraries_list": [
"string"
]
}'
Response Response Example
{}
Request
Header Params
Authorization
string
optional
Example:
Bearer {{access_token}}
Content-Type
string
optional
Example:
application/json
user-email
string <email>
optional
Example:
user@email.com
Body Params application/json
Responses
Modified at 2025-05-02 18:02:25