Get repository
curl --request GET \ --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name} \ --header 'Authorization: Bearer <token>'
{ "repository": { "name": "my-milkshake-brings-oxen-to-the-yard", "namespace": "bessie" }, "status": "success", "status_message": "resource_found" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"ox"
"test-repo"
OK
The response is of type object.
object