v2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-027801.5 MB
NaC Authorization Server

Endpoint for getting client credentials to user

Getting client credentials for user. If it exists that is returned, otherwise new created.

get/oauth2/v1/auth/clientcredentials

Headers

x-rapidapi-hoststring required
Example:network-as-code.p-eu.rapidapi.com

The API's Host value as defined in the RapidAPI Hub.

Response

client_idstring required

The unique client_id string as issued by the authorization server.

client_secretstring required

The client_secret corresponding to the client_id.