cURL
curl --request GET \ --url https://api.ragkit.com/v1/ns_list \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "key": "<string>", "description": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Always true.
true
false
The namespace objects.
namespace
Show child attributes