Files
skamp/bruno/propify/Projects/Get one by ID.bru
2025-10-02 18:01:23 +02:00

20 lines
255 B
Plaintext

meta {
name: Get one by ID
type: http
seq: 2
}
get {
url: {{API_BASE_URL}}/api/{{API_VERSION}}/projects/7da12113-de78-438d-8030-f117c0675acc
body: none
auth: bearer
}
auth:bearer {
token: {{BEARER_TOKEN}}
}
settings {
encodeUrl: true
}