Help us improve these docs. Take our quick survey.
cURL
curl --request GET \ --url https://api.example.com/tags \ --header 'Authorization: Basic <encoded-value>'
{ "tags": [ "<string>" ] }
프로젝트의 모든 태그를 나열합니다.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
성공 응답
이 페이지가 도움이 되었나요?