I'm unable to make a api to call https://xxx.atlassian.net/rest/servicedeskapi/requesttype getting 403 forbidden error .
curl --location 'https://xxx.atlassian.net/rest/servicedeskapi/requesttype' \
--header 'Authorization: Basic token' \
--header 'Cookie: atlassian.xsrf.token=933c30a2c4ae333b3d1632672db2c9a604f64709_lout'
Hi @badugula.santosh ,
This API is experimental. Experimental APIs are not guaranteed to be stable within the preview period. You must set the header 'X-ExperimentalApi: opt-in' to opt into using this API.
Hope this helps!
@Thuan, Do Dang I did try it is still giving me same 403 forbidden error
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.