API Reference
Reference for the REST API
cURL
curl --request GET \ --url https://api.xata.tech/organizations/{organizationID}/projects/{projectID}/branches/{branchID}/credentials \ --header 'Authorization: Bearer <token>'
{ "username": "<string>", "password": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
Username that the credentials requested for
Credentials for the branch retrieved successfully
Credentials for accessing a branch, username and password
Username for accessing the branch database
Password for accessing the branch database
Was this page helpful?