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